Airtable overview & authentication
These are the docs for Trigger.dev v2 which will be deprecated on January 31st, 2025. You probably want the v3 docs.
Overview
Our Airtable integration allows you to easily connect to the Airtable API and perform tasks such as creating / updating / deleting single or multiple records in your tables.
Installation
To get started with our Airtable integration, you need to install the @trigger.dev/airtable
packages. You can do this using npm
, pnpm
, or yarn
:
Authentication
To use the Airtable API with Trigger.dev, you can either use OAuth or a Personal Access Token.
OAuth
To use OAuth you can connect to Airtable via the Trigger.dev web app. Click ‘Integrations’ in the side panel of any project, configure Airtable with a unique ID and the required scopes.
Personal Access Token
You can create an Airtable Personal Access Token here.
Tasks
Once you have set up a Airtable client, you can use it to create tasks.
Tasks
Perform tasks such as creating / updating / deleting single or multiple records in table.
Example jobs
Code examples
Check out pre-built jobs using Airtable in our API section.