Skip to content

Notion Connect

First-party addon shipped with arka-deck. Current registry is static / first-party; no active third-party marketplace.

FieldValue
Manifestaddons/notion-connect/manifest.json
Entrypointaddons/notion-connect/src/index.ts
Connector manifest (TS)addons/notion-connect/src/manifest.ts (re-exported by entrypoint)
Maturitybeta

Notion Connect links Notion pages, data sources, blocks and views to arka-deck projects through connectors-core. arka-deck keeps the connections, external references, freshness information and execution logs without importing the whole workspace as a local document base.

SurfaceDetail
AuthenticationInternal integration token or first-party Notion OAuth
Declared actionsTest connection, search, read page / blocks / source, read view, create / update page, append blocks, trash page
SecretsTokens and credentials encrypted in SQLite (AES-256-GCM)
  • OAuth state is in-memory, single-use, with a 10-minute TTL.
  • A restart during authorization invalidates the callback: the user must restart the flow.
  • The addon does not synchronize the whole Notion workspace: only references and explicit operations are recorded.