Skip to content

Commit ed3ecfb

Browse files
m2declaude
andcommitted
Update Notion recipe to use internal integrations URL
The old my-integrations URL now redirects to a page with both internal and public integration sections, which can confuse users into the more complex public (OAuth) flow. Link directly to /profile/integrations/internal instead. Also tighten the prerequisites to require workspace owner access and clarify the Configuration tab when retrieving the token. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent efa5ce1 commit ed3ecfb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

providers/notion.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"estimated_time": "5 minutes",
1010
"prerequisites": [
1111
"A Notion account",
12-
"A Notion workspace where you have admin or member access"
12+
"A Notion workspace where you have owner access"
1313
],
1414
"outputs": [
1515
{
@@ -27,7 +27,7 @@
2727
{
2828
"id": "open_integrations",
2929
"type": "open_url",
30-
"url": "https://www.notion.so/my-integrations",
30+
"url": "https://www.notion.so/profile/integrations/internal",
3131
"message": "Opening the Notion integrations page. Sign in if prompted."
3232
},
3333
{
@@ -58,7 +58,7 @@
5858
"id": "collect_token",
5959
"type": "prompt_input",
6060
"output_key": "NOTION_API_KEY",
61-
"message": "Under 'Internal Integration Secret', click 'Show' and copy the token. Paste it here:",
61+
"message": "Under 'Internal Integration Secret' in the Configuration tab, click 'Show' and copy the token. Paste it here:",
6262
"validation": "^(ntn_|secret_)[a-zA-Z0-9]{20,}$",
6363
"validation_error": "That doesn't look like a valid Notion integration token. It should start with 'ntn_' or 'secret_'."
6464
},
@@ -96,5 +96,5 @@
9696
"If using the API directly (not a client library), you must include both 'Authorization: Bearer <token>' and 'Notion-Version: 2022-06-28' headers."
9797
],
9898
"version": "1.0.0",
99-
"last_verified": "2026-02-15"
99+
"last_verified": "2026-02-22"
100100
}

0 commit comments

Comments
 (0)