Airtable Integration

Airtable integration
Airtable: connect your Airtable bases

Connect Airtable to create records, update fields, and sync data between Airtable bases and your workflows.

Available triggers

TriggerWhen it fires
New RecordA record is created
Record UpdatedA record's fields change

Available actions

ActionWhat it does
Create RecordAdd a new record
Update RecordModify record fields
Get RecordRetrieve a specific record
List RecordsGet all records (with filter)
Delete RecordRemove a record

Common patterns

Form to Airtable

Form Submission → Create Airtable Record (map form fields to Airtable columns)

Airtable to CRM sync

Airtable Trigger (new record in "Leads" table) →
  Person Enrichment → Create HubSpot Contact → Update Airtable Record (add HubSpot link)

Content calendar

Airtable Trigger (record status changed to "Approved") →
  Get Airtable Record (full content) → HTTP Request (publish to CMS)
  → Update Airtable Record (status = "Published")
Tip

If you're migrating from Airtable to TinyTables, use a workflow to sync: Airtable Trigger → Create TinyTable Row. This runs continuously, keeping both in sync during migration.