Productivity

Notion

A Notion integration connects a Notion internal integration token to Mobius so loops can search, read, create, and update Notion pages, databases, blocks, and comments.

Use Notion when run output should land in a workspace knowledge base or when a loop needs to read structured database entries before taking action.

Capability map

CapabilityValue
Provider IDnotion
Auth kindapi_key
Connect flowInline integration token
ActionsYes
EventsPlanned
Webhook deliveryNo
Event samplesNo
Live statusNo

Connect Notion

SurfaceSupport
AppOpen Govern > Integrations, choose Notion, and paste an integration token.
CLIThe mobius CLI does not connect Notion integrations yet. Use the app or API.
APICall POST /v1/projects/{project}/integrations/providers/notion/connect with the Notion credential body from the API reference.

Share each Notion page or database with the integration in Notion. Mobius can only read and write objects the token can access.

Actions

notion.block.append
notion.comment.create
notion.database.query
notion.page.create
notion.page.get
notion.page.update
notion.search

Use notion.search to resolve page and database IDs before writing. Use notion.database.query when a run needs a filtered set of records.

Events

The provider catalog includes planned Notion page events:

notion.page.created
notion.page.updated

Planned events are documented names, but they are not active trigger sources until runtime ingest is enabled. Check the event catalog before using them in a loop.

Next