Documentation
IntegrationsNotion

Notion

Connect Notion so Fabric agents and workflows can search pages, read content, query databases, and create pages as runtime actions.

Connect Notion to Fabric AI so agents and workflows can search your workspace, read page content, query databases, and create pages — all as live runtime actions.

Integration Methods

MethodUse CaseAuth
MCP ServerAI chat & agent actions on Notion (search, read, create)OAuth or API Key
Workflow PluginCreate and update pages in workflow nodesAPI Key

Setting Up Notion

For chat & agents

Open Notion under Integrations

Go to Settings → Integrations and open the Notion card.

Connect

Click Connect and authorize Fabric AI in the popup (OAuth), or provide a Notion integration token. Then use Manage Actions to review what Notion can do.

Confirm

The provider shows Connected along with its available runtime actions. Notion is a Hybrid provider — it offers both knowledge (read) and write actions.

As a Workflow Plugin

Get a Notion API Key

  1. Go to notion.so/my-integrations
  2. Click New Integration
  3. Name it (e.g., "Fabric AI")
  4. Select your workspace
  5. Copy the Internal Integration Token

Share Pages with the Integration

In Notion, open the pages you want Fabric to access and click Share → Invite → select your integration.

Configure in Workflow Builder

Add a Notion node in the workflow builder and paste your API key.

Available Actions

Notion exposes these runtime actions to agents and workflows:

ActionTypeDescription
Search NotionKnowledgeSearch for pages and databases in Notion
Get Page ContentKnowledgeRetrieve the content of a Notion page
Query DatabaseKnowledgeQuery a Notion database
Create PageActionCreate a new page
Update PageActionUpdate existing page content

In AI Chat

"What does our Notion wiki say about the deployment process?"

"Summarize the product roadmap from Notion"

"Find the API documentation page in our Notion workspace"

The agent calls Notion's knowledge actions live to answer — no pre-sync required.

Common Workflow Patterns

Document to Notion

Loading diagram...

Notion Data to Report

Loading diagram...

Multiple Workspaces

You can connect multiple Notion workspaces:

  • Each connection tracks its workspace ID and name
  • Select the appropriate connection when configuring nodes
  • Connections are isolated by user or organization context

Troubleshooting

"Object not found" errors

  • Ensure the integration has been invited to the target page in Notion
  • Verify the page or database ID is correct

OAuth connection expired

  • Fabric auto-refreshes tokens. If issues persist, disconnect and reconnect from Settings → Integrations

Next Steps