Airtable

Available Airtable triggers for automating workflows

Airtable provides 1 trigger for automating workflows based on events.

Triggers

Airtable Webhook

Trigger workflow from Airtable record changes like create, update, and delete events (requires Airtable credentials)

Configuration

ParameterTypeRequiredDescription
triggerCredentialsstringYesThis trigger requires airtable credentials to access your account.
baseIdstringYesThe ID of the Airtable Base this webhook will monitor.
tableIdstringYesThe ID of the table within the Base that the webhook will monitor.
includeCellValuesbooleanNoEnable to receive the complete record data in the payload, not just changes.

Output

ParameterTypeDescription
payloadsarrayThe payloads of the Airtable changes
timestampstringTimestamp of the change
baseTransactionNumbernumberTransaction number
latestPayloadobjectThe most recent payload from Airtable
timestampstringISO 8601 timestamp of the change
baseTransactionNumbernumberTransaction number
payloadFormatstringPayload format version (e.g., v0)
actionMetadataobjectMetadata about who made the change
sourcestringSource of the change (e.g., client, publicApi)
sourceMetadataobjectSource metadata including user info
userobjectUser who made the change
idstringUser ID
emailstringUser email
namestringUser name
permissionLevelstringUser permission level
changedTablesByIdobjectTables that were changed (keyed by table ID)
changedRecordsByIdobjectChanged records keyed by record ID
currentobjectCurrent state of the record
cellValuesByFieldIdobjectCell values keyed by field ID
createdRecordsByIdobjectCreated records by ID
destroyedRecordIdsarrayArray of destroyed record IDs
airtableChangesarrayChanges made to the Airtable table
tableIdstringTable ID
recordIdstringRecord ID
changeTypestringType of change (created, changed, destroyed)
cellValuesByFieldIdobjectCell values by field ID

On this page