Aug 09, 2021 04:21 AM
Hi team,
I am trying to get webhooks for receive notification on create, update or delete records in airtable table. But not able to get more information. I have below questions regarding webhooks.
Thanks
Aug 09, 2021 04:44 AM
Webhooks are not free in Airtable directly.
If you want to call a webhook from Airtable when a record is create or updated, you can use a scripting automation with the appropriate trigger. There is no automation trigger for a deleted record. You also have to be very careful with update record triggers to avoid excessive triggering.
If you want Airtable to receive a webhook, that is also an automation.
You can also use a third party service like Zapier or Integromat.
Aug 09, 2021 09:49 PM
Thank you.
Any reference link for scripting automation, so that I can implement webhooks using scripting
Aug 10, 2021 06:43 AM
Look at the support website documentation for automations and scripting fetch.