Skip to content

Airtable Integration

The Airtable node lets your agents create, read, update, and search records across bases, tables, and views.

Standard OAuth via Pipedream Connect. No special setup required.

ActionDescription
Create Single RecordAdd a record to a table
Create Multiple RecordsAdd multiple records in one operation
Create or Update RecordCreate or update based on match
Get RecordGet a record by ID
Get Record Or CreateGet a record or create it if missing
List RecordsList records with optional sort/filter
List Records in ViewList records from a specific view
Search RecordsSearch by formula or field value
Update RecordUpdate a record by ID
Delete RecordDelete a record
Create TableCreate a new table
Update TableUpdate table metadata
List TablesList tables in a base
Create FieldAdd a field to a table
Update FieldUpdate a field definition
List BasesList accessible bases
Create CommentComment on a record
Update CommentUpdate a comment
  • Search Records supports Airtable formula syntax — your agent can filter with expressions like {Status} = 'Active'.
  • Create or Update Record is useful for idempotent operations — it matches on a specified field and updates if found.
  • List Records in View respects the view’s existing filters and sort order — simpler than building filter formulas.