Notion
What it indexes
The Notion connector indexes pages shared with the integration, including page properties and supported block content. It also discovers database hierarchy, queries database data sources, and indexes their pages. Supported content includes nested child pages, rich-text blocks, tables, and people properties.
The connector uses recursive traversal when a root page is supplied. Without a root page, deployment configuration can also enable recursive lookup to compensate for pages that Notion search does not return.
Prerequisites
- Create a Notion internal integration in the workspace that owns the content.
- Share each approved top-level page or workspace area with the integration. An integration token cannot discover content that was not shared with it.
- Copy the integration token and, when narrowing the connector, the root page ID.
- An OpenCore Admin must decide whether all integration-accessible pages or only one approved subtree should be indexed.
- Allow outbound HTTPS access to
api.notion.comfrom the connector workers.
Credentials
OAuth is not implemented for the Notion indexing connector. Notion OAuth used by other application features does not create this connector credential.
Configure in OpenCore
- In Notion, share the approved source page or pages with the internal integration.
- In the OpenCore Admin panel, open Connectors, choose Notion, and create the integration-token credential.
- Leave Root Page ID empty to index all pages the integration can discover, or enter one approved page ID to index that page and its descendants.
- Choose Private and assign OpenCore user groups for restricted content, or Public only when every account may search it.
- Set refresh and pruning options, create the connector, and run the initial index attempt.
- Attach the resulting document set to an Agent only after reviewing the indexed page scope.
Permissions
The Notion connector does not support source-permission sync. It uses the integration’s access to decide what can be ingested, but it does not copy each Notion page’s viewer list into OpenCore.
This means every OpenCore user who can access the connector or its document set can search all indexed Notion content, even if that user could not open every source page in Notion. Use separate integrations/connectors for different source boundaries and use OpenCore Private access with explicit user groups. Do not use Public for mixed-sensitivity Notion content.
Verify
- Confirm credential validation can search one page, or fetch the configured root page directly.
- Run an index attempt and search for text from the root page and a nested child page.
- Verify a database row, table cell, or people property is searchable when that content exists.
- Confirm an unshared page or a page outside the configured root subtree is absent.
- Test access with every OpenCore user group assigned to the connector because Notion source ACLs are not synchronized.