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.
- Are webhooks available in airtable on table operations(create data, update data, delete data etc)
- If webhooks are available then its free or not?
- Can we create custom webhooks using javascript library?
- If webhooks not available then can we create custom webhooks?
Thanks
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.
Thank you.
Any reference link for scripting automation, so that I can implement webhooks using scripting
Look at the support website documentation for automations and scripting fetch.