Skip to main content
notion.onPageTranscriptDeleted start an automation when Notion deletes a meeting transcript.

Example

automations/notion-on-page-transcript-deleted.automation.ts

Configuration

The trigger takes no event filters. Its optional static account selects a named OAuth binding and defaults to the project’s Notion binding. Personal access tokens cannot own webhook subscriptions.

Event

Returns the typed transcript-deletion payload with data.target and nullable data.transcriptId. The event is narrowed to page.transcription_block.transcript_deleted; 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.