- 04 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Airtable Webhooks API Overview
- Updated on 04 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Overview of Webhooks API
The Webhooks API allows developers to be notified in real-time about changes in their base that they care about, from newly created records to a field being updated in an existing record, to a record moving in or out of a view. Read on to learn more about the basics of Webhooks API in Airtable.
For more information about the Airtable Web API for creating, retrieving, updating, and deleting records, take a look at this documentation.
For basic information, a list of related endpoints, and FAQs visit our Webhooks API guide.
You can access the developer documentation for the Webhooks API here.
The Webhooks API is now available to anyone through the API Auth open beta covered in the developer documentation here.
Note
Depending upon the workflow you are trying to build, Webhooks may not always be the best option. You may also want to consider implementing our Run a script automation action.
Support interaction guidance
If the troubleshooting steps outlined in this article do not help to resolve your issue, then feel free to reach out to our Support team. Our Support team is here to help you if you have issues using Webhooks but cannot build out new integrations for your team. Please include the following information when you submit your help request:
The full API request (Please omit your secret API key)
Any error messages you are receiving
Relevant and specific context around the particular issue you are encountering
Note
If you were part of our Webhooks API beta testing group, then please consult our deprecation notice for more information on how to translate specifications and more.