imousart
12/11/2021, 11:45 PMtourdownunder
12/12/2021, 4:04 AMtourdownunder
12/12/2021, 4:08 AMhttp
extension and pg_cron
both advertised as compatible in https://supabase.com/docs/guides/database/extensions will help.
You could use pg_cron
to call an function / rpc
that uses http
to call the airtable api.
You could also have another rpc
that receives a webhook from airtable.
Note: i assume airtable has an api and webhooks as I'm not familiar with it or read their docs.tourdownunder
12/12/2021, 4:27 AM