Notion Connect
このコンテンツはまだ日本語訳がありません。
Overview
Section titled “Overview”Connecting Notion gives your Schift workflows four building blocks: search, fetch, create pages, and update a page. Search and fetch are read-only; create and update are external writes that need approval before anything changes in Notion.
This guide covers the general connect-and-use path. If you want a workflow that reacts automatically whenever a Notion database item changes, see the Notion change-check pack instead — it’s built on the same connection but adds change detection.
1. Connect your workspace
Section titled “1. Connect your workspace”Go to your Connections page and find Notion under Documents & Storage. Click Connect and authorize the workspace through Notion’s OAuth screen. The connection is per-organization.
2. Add a Notion node to a workflow
Section titled “2. Add a Notion node to a workflow”In Workflow Studio, add one of the Notion nodes:
| Node | What it does | Approval needed? |
|---|---|---|
| Search | Semantic search over the connected workspace and sources | No |
| Fetch | Read a specific page, database, or data source by ID/URL | No |
| Create pages | Create one or more pages (properties + Notion-flavored markdown) | Yes |
| Update page | Change properties, replace/insert content, or apply a template | Yes |
Search accepts a plain query and can be scoped to a specific data source or teamspace. Fetch takes the page/database ID or URL directly.
3. Approve writes
Section titled “3. Approve writes”Create and update steps pause for review before they commit to Notion — the same approval boundary used for Slack sends and Gmail drafts. A workflow can search and draft the page content, and only write it once a reviewer approves the step.
Can Schift create or edit Notion pages for me?
Section titled “Can Schift create or edit Notion pages for me?”Yes, behind review. Workflows can draft a page create or update, but nothing commits to Notion until the step is approved.
Will this react automatically when a page changes?
Section titled “Will this react automatically when a page changes?”Not through this connect flow alone — for change-triggered workflows, use the Notion change-check pack.
Does connecting copy my Notion credentials elsewhere?
Section titled “Does connecting copy my Notion credentials elsewhere?”No. The OAuth token is scoped to this connection and used only when a workflow in your org calls a Notion node.