Skip to content

Airtable Connection

Connect to Airtable to read and write records in your bases.

Configuration

FieldDescriptionRequired
API KeyAirtable personal access tokenYes

Getting Your API Key

  1. Go to airtable.com/create/tokens
  2. Click Create new token
  3. Add the scopes your workflows need (e.g., data.records:read, data.records:write)
  4. Select the bases or workspaces to grant access to
  5. Click Create token and copy it

Usage

Once created, this connection becomes available in:

TIP

Personal access tokens can be scoped to specific bases. For better security, only grant access to the bases your workflows need.