Connectors
Airtable
Icon

Airtable Connector

Quickly build integrations connecting your B2B SaaS to Airtable.

About the Airtable Connector

Manage records, tables, and bases in Airtable.

Actions

Action NameAction Description
Get Base SchemaRetrieve the schema of all tables within a base.
List BasesList all bases within the Airtable account.
Create RecordCreate a new record in the specified table.
Delete RecordDelete a record from the specified table.
Get RecordRetrieve a record by ID from the specified table.
List RecordsList all records within the specified table.
Update RecordUpdate the field values of a record in the specified table.
Get Current UserRetrieve the user ID and OAuth scopes for the current user.
Raw RequestSend a raw HTTP request to Airtable.
Delete WebhookDelete a webhook subscription from a base.
List WebhooksList all webhook subscriptions registered for a base.
Create WebhookCreate a new webhook subscription for a base.
Refresh WebhookExtend the expiration of an existing webhook subscription.

Triggers

Trigger NameTrigger Description
WebhookReceive and validate webhook requests from Airtable for manually configured webhook subscriptions.
Base Change NotificationsReceive base change notifications from Airtable. Automatically creates and manages a webhook subscription when the instance is deployed, and removes the subscription when the instance is deleted.
New and Updated RecordsChecks an Airtable table for new and updated records on a configured schedule, using `LAST_MODIFIED_TIME()` as the server-side filter. Records are partitioned by `createdTime` versus `lastPolledAt`: records whose `createdTime` is after `lastPolledAt` go to the `created` bucket, while older records modified since `lastPolledAt` go to the `updated` bucket.