airtable.onRecordMovedIntoView matches records created in a view or changed to satisfy its filters.
automations/notify-approved-airtable-records.automation.ts
Options
Trigger data
IncludesbaseId, tableId, viewId, recordId, createdAt and occurredAt in ISO 8601 format, current fields keyed by field ID, source, optional sourceMetadata, transactionNumber, and the complete provider transaction under event.
createdAt is the record’s original creation time, not the time it entered the view. Use occurredAt for the membership change.
Automate.ax shares one webhook across a base’s base and table triggers, then
uses one webhook per watched view. Airtable OAuth allows two webhooks per
base, so deployments that require more than two of these groups fail until you
remove a view trigger or use a personal access token.