- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- 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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Aug 09, 2021 09:49 PM
Thank you.
Any reference link for scripting automation, so that I can implement webhooks using scripting
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Aug 10, 2021 06:43 AM
Look at the support website documentation for automations and scripting fetch.