airtable.onBaseEvent is the broad Airtable trigger. Use it when one automation needs the complete provider transaction; prefer a semantic trigger for a specific lifecycle event.
automations/archive-airtable-events.automation.ts
baseId is required; account is optional and defaults to the project binding. The event includes baseId, occurredAt, source, optional sourceMetadata, transactionNumber, and the complete Airtable event. Requires webhook:manage, data.records:read, schema.bases:read, and base creator access.