App Logo
app.notion.com

Create Notion page integration

Create an internal Notion integration scoped to a specific page and connect it to that page. Returns token, integrationId, pageId, integrationName. The token is shown only at creation, so capture it immediately.

Input

pageUrl required

URL of the Notion page to scope and connect the integration to (the page id is extracted from it).

integrationName required

Display name for the new internal integration.

workspace optional

Workspace name to create the integration under. Default: the first non-personal workspace.

capabilities optional

Integration capabilities. Default ['read'].

Default: ["read"]

Output

token required
pageId required
workspace required
integrationId required
integrationName required

Start building not clicking