convex.onDocumentEvent watches one table and emits created, updated, and deleted document changes.
automations/audit-convex-documents.automation.ts
Options
Trigger data includes
action, component, table, documentId, revision: bigint, and document. document is null for deletions.
Automate.ax uses Convex Data Sync, which requires a Convex Pro deployment and deployment:data:view. It establishes the initial table baseline without firing events and resumes from a durable cursor. A Convex import or table replacement also re-establishes the baseline without producing a burst of false creates.