notion.onPageContentUpdated start an automation when blocks in a Notion page change.
Example
automations/notion-on-page-content-updated.automation.ts
Configuration
The trigger takes no event filters. Its optional staticaccount selects a named OAuth binding and defaults to the project’s Notion binding. Personal access tokens cannot own webhook subscriptions.
Event
Returns the typed content-update payload.data.updatedBlocks identifies changed page, database, or block references and data.parent identifies the container.
The event is narrowed to page.content_updated; consumers do not need to inspect the raw type.
Automate.ax verifies the Notion signature, routes only to an eligible workspace principal, and deduplicates provider retries by event ID.