Skip to main content
airtable.onRecordCreated watches one table and provides each new record with values keyed by field ID.
automations/welcome-airtable-leads.automation.ts

Options

Trigger data

Includes baseId, tableId, recordId, createdAt and occurredAt in ISO 8601 format, fields, source, optional sourceMetadata, and transactionNumber. fields is Record<string, JSONValue> keyed by field ID. The complete Airtable transaction is under event. Automate.ax creates, authenticates, reads, and renews the Airtable webhook. The connection needs creator access to the base plus data.records:read and webhook:manage scopes.