onAirtableRecordCreated watches one table and emits the new record with cell values keyed by stable field ID.
automations/welcome-airtable-leads.automation.ts
Options
Trigger data
ReturnsbaseId, tableId, recordId, ISO createdAt and occurredAt, fields, source, optional sourceMetadata, and transactionNumber. fields is Record<string, JSONValue> keyed by field ID. The complete Airtable transaction remains available 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.