Skip to content

Notion Connection

Connect to Notion using an Internal Integration Token. This allows your workflows to query databases, create pages, and update records in your Notion workspace.

Configuration

FieldDescriptionRequired
Integration TokenYour Notion Internal Integration Token (starts with secret_)Yes

Getting Your Integration Token

  1. Go to My Integrations in Notion
  2. Click New integration
  3. Give it a name and select the workspace
  4. Under Capabilities, ensure it has the permissions your workflows need (read content, update content, insert content)
  5. Copy the Internal Integration Secret (starts with secret_)
  6. Share each database you want to access with the integration:
    • Open the database in Notion
    • Click the ... menu → Connections → find your integration and add it
    • You must do this for every database — the integration cannot see databases that aren't explicitly shared

Usage

Once created, this connection becomes available in:

Important

Each Notion database you want to use must be explicitly shared with your integration. If you get a "Could not find database" error, open the database in Notion → click ...Connections → add your integration.