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
| Field | Description | Required |
|---|---|---|
| Integration Token | Your Notion Internal Integration Token (starts with secret_) | Yes |
Getting Your Integration Token
- Go to My Integrations in Notion
- Click New integration
- Give it a name and select the workspace
- Under Capabilities, ensure it has the permissions your workflows need (read content, update content, insert content)
- Copy the Internal Integration Secret (starts with
secret_) - 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:
- Notion Query Database — query and filter database records
- Notion Create Page — create new pages/records
- Notion Update Page — update existing page properties
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.