Help

Re: Need to know about Webhooks

604 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Vijay_Patil
5 - Automation Enthusiast
5 - Automation Enthusiast

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.

  1. Are webhooks available in airtable on table operations(create data, update data, delete data etc)
  2. If webhooks are available then its free or not?
  3. Can we create custom webhooks using javascript library?
  4. If webhooks not available then can we create custom webhooks?

Thanks

3 Replies 3

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.