Skip to main content

Airtable

Read and write Airtable records from any automation step. Use Airtable as a lightweight database to store, look up, and update records without writing any code.

Authentication

Auth type: API Key (Personal Access Token) Create a token at airtable.com/create/tokens with data.records:read, data.records:write, and schema.bases:read scopes.
CredentialDescription
Personal Access TokenYour Airtable personal access token

Triggers

TriggerWhen it fires
Record CreatedA new record is added to a table
Record UpdatedAn existing record’s fields are modified
Record DeletedA record is removed from a table

Actions

ActionKey inputsKey outputs
List RecordsbaseId, tableIdOrName, filterFormula, sort[], view, maxRecordsrecords[], count
Get RecordbaseId, tableIdOrName, recordIdrecordId, fields, createdTime
Create RecordbaseId, tableIdOrName, fields{} (JSON)recordId, fields
Update RecordbaseId, tableIdOrName, recordId, fields{}recordId, fields
Delete RecordbaseId, tableIdOrName, recordIddeleted, recordId
Search RecordsbaseId, tableIdOrName, searchField, searchValuerecords[], count
List Basesbases[] — id, name, permissionLevel
Pass fields as a JSON object where keys are the exact column names in Airtable. Field names are case-sensitive and must match the column headers exactly.