Airtable (OAuth) integrations
Airtable is a flexible collaboration platform that combines the features of a database and a spreadsheet. With OAuth integration, it allows users to securely connect and access their Airtable data from other applications, enabling seamless data sharing and collaboration across different platforms.
Automate your Airtable (OAuth) workflow with premade actions
Quickly integrate Airtable (OAuth) with thousands of apps for automated workflows using our no-code toolkit or AI copilot for custom actions.New or Modified Records
Emit new event for each new or modified record in a table
New Records
Emit new event for each new record in a table
New Records in View
Emit new event for each new record in a view
New or Modified Records in View
Emit new event for each new or modified record in a view
New or Modified Field
Emit new event for each new or modified field in a table
New, Modified or Deleted Records
Emit new event each time a record is added, updated, or deleted in an Airtable table. Supports tables up to 10,000 records
New Field
Emit new event for each new field created in a table
Update Table
Updates an existing table. [See the documentation](https://airtable.com/developers/web/api/update-table)
Update Record
Update a single record in a table by Record ID. [See the documentation](https://airtable.com/developers/web/api/update-record)
Update Field
Updates an existing field in a table. [See the documentation](https://airtable.com/developers/web/api/update-field)
Update Comment
Updates an existing comment on a record. [See the documentation](https://airtable.com/developers/web/api/update-comment)
Search Records
Searches for a record by formula or by field value. [See the documentation](https://airtable.com/developers/web/api/list-records)
List Records
Retrieve records from a table with automatic pagination. Optionally sort and filter results.
List Records in View
Retrieve records in a view with automatic pagination. Optionally sort and filter results. Only available for Enterprise accounts.
Get Record
Get a record from a table by record ID. [See the documentation](https://airtable.com/developers/web/api/get-record)
Get Record Or Create
Get a record from a table by record ID or create a new register.
Delete Record
Delete a record from a table by record ID. [See the documentation](https://airtable.com/developers/web/api/delete-record)
Create Table
Create a new table. [See the documentation](https://airtable.com/developers/web/api/create-table)
Create Single Record
Adds a record to a table.
Create Single Record Or Update
Updates a record if recordId is provided or adds a record to a table.
Create Multiple Records
Create one or more records in a table by passing an array of objects containing field names and values as key/value pairs. [See the documentation](https://airtable.com/developers/web/api/create-records)
Create Field
Create a new field in a table. [See the documentation](https://airtable.com/developers/web/api/create-field)
Create Comment
Create a new comment on a record. [See the documentation](https://airtable.com/developers/web/api/create-comment)