Integration reference

Notion Trigger and Action reference

React to pages, data sources, databases, comments, files, and views and automate Notion content.

30 Triggers7 ActionsManifests: Trigger v1 · Action v1

Authentication

Connect the Notion workspace through OAuth and explicitly share required pages or data sources with the integration.

  • Trigger account type: oauth2; reconnect by oauth.
  • Action connection type: oauth2; available modes: Connected Notion account.

Create or reuse the account from a Trigger or Action dialog, or manage it under Settings → Connected accounts. See Authentication and permissions for scopes and access diagnostics, or Connected accounts for reuse, reconnect, revocation, and credential rotation.

Scopes and permissions

The Trigger manifest does not declare a fixed base OAuth scope list. Installation access, API credentials, or the selected event configuration can still control available resources.

View 4 provider permissions or credential requirements

Insert content, Update content, Insert comments, Read content

Operation-specific requirements appear in the tables below. Custom event selections can add scopes dynamically, so the current Trigger or Action dialog remains authoritative for the exact consent request.

Use Notion as a Trigger

The current provider manifest contains 30 available Trigger definitions. Representative definitions include:

  • Page Created
  • Page Content Updated
  • Page Properties Updated
  • Data Source Schema Updated
  • Comment Created
  • File Upload Completed
View all 30 available Trigger definitions
TriggerManifest keyDeliveryAdditional scopes
Any Notion Eventnotion.any_event.instantinstantNone declared
Custom Webhook Eventsnotion.custom_webhook_events.instantinstantNone declared
Page Creatednotion.page_created.instantinstantNone declared
Page Content Updatednotion.page_content_updated.instantinstantNone declared
Page Properties Updatednotion.page_properties_updated.instantinstantNone declared
Page Movednotion.page_moved.instantinstantNone declared
Page Deletednotion.page_deleted.instantinstantNone declared
Page Undeletednotion.page_undeleted.instantinstantNone declared
Page Lockednotion.page_locked.instantinstantNone declared
Page Unlockednotion.page_unlocked.instantinstantNone declared
Database Creatednotion.database_created.instantinstantNone declared
Database Movednotion.database_moved.instantinstantNone declared
Database Deletednotion.database_deleted.instantinstantNone declared
Database Undeletednotion.database_undeleted.instantinstantNone declared
Data Source Creatednotion.data_source_created.instantinstantNone declared
Data Source Content Updatednotion.data_source_content_updated.instantinstantNone declared
Data Source Schema Updatednotion.data_source_schema_updated.instantinstantNone declared
Data Source Movednotion.data_source_moved.instantinstantNone declared
Data Source Deletednotion.data_source_deleted.instantinstantNone declared
Data Source Undeletednotion.data_source_undeleted.instantinstantNone declared
Comment Creatednotion.comment_created.instantinstantNone declared
Comment Updatednotion.comment_updated.instantinstantNone declared
Comment Deletednotion.comment_deleted.instantinstantNone declared
File Upload Creatednotion.file_upload_created.instantinstantNone declared
File Upload Completednotion.file_upload_completed.instantinstantNone declared
File Upload Expirednotion.file_upload_expired.instantinstantNone declared
File Upload Failednotion.file_upload_upload_failed.instantinstantNone declared
View Creatednotion.view_created.instantinstantNone declared
View Updatednotion.view_updated.instantinstantNone declared
View Deletednotion.view_deleted.instantinstantNone declared

Choose the narrowest event definition that fits the Workflow. Configure provider-specific resource and event filters in the Source dialog before adding broader Workflow Filters.

Use Notion Actions

The current Action manifest contains 7 operations. Representative Actions include:

  • Create Page
  • Create Data Source Page
  • Update Page
  • Append Page Content
  • Create Comment
  • Query Data Source
View all 7 available Action definitions
ActionManifest keyAccess and authManifest rate limit
Create Pagenotion.create_pageInsert content
FastHook-managed account
3/second
Create Data Source Pagenotion.create_data_source_pageInsert content
FastHook-managed account
3/second
Update Pagenotion.update_pageUpdate content
FastHook-managed account
3/second
Append Page Contentnotion.append_block_childrenUpdate content
FastHook-managed account
3/second
Create Commentnotion.create_commentInsert comments
FastHook-managed account
3/second
Query Data Sourcenotion.query_data_sourceRead content
FastHook-managed account
3/second
Custom API Requestnotion.custom_api_requestRead content, Insert content, Update content, Insert comments
FastHook-managed account
3/second

The Action editor reads its required permissions, fields, remote resource pickers, output schema, and rate limit from the provider manifest. Available fields can change with the selected operation and authentication mode.

Build a Workflow

  1. Create a Source using a Notion Trigger definition.
  2. Create a Workflow with that Source as its Trigger.
  3. Add the required Notion Action and select the connected account.
  4. Map Trigger or earlier-Step data into the Action fields with the field picker.
  5. Add a Filter, Paths, Delay, or Transformation when the route needs it.
  6. Activate the Workflow, produce a controlled event, and verify the run in Audit and in Notion.

Troubleshooting Notion

The account is missing or cannot be selected
Confirm the active FastHook team, provider, account status, and authentication mode. A disabled or revoked account cannot execute an Action.
A resource picker is empty
Verify that the connected provider identity can access the resource itself. OAuth consent does not add workspace, repository, channel, drive, project, base, or record permissions.
The editor asks for additional scopes
Reconnect the same account from the affected Trigger or Action so FastHook can request its current manifest scopes. Then reopen the editor and select the resource again.
An active Workflow returns 401, 403, or a permission error
Compare the selected operation’s access requirements below with the account recorded in Audit. Check provider-side membership and object access before repeating the Action.
The provider returns 429 or a temporary 5xx
Inspect the Step attempt and retryability in Audit. FastHook can retry temporary failures, but provider quotas and idempotency rules still apply.

Provider-specific checks

  • Notion access follows the pages and data sources shared with the integration.
  • Database and data-source concepts differ across Notion API versions; select the resource shown by the current picker.

Next