notion.onCommentUpdated start an automation when Notion updates a comment.
Example
automations/notion-on-comment-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 typedcomment.updated payload with the comment entity, page ID, and parent block reference.
The event is narrowed to comment.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.