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
| Capability | Value |
|---|---|
| Provider ID | notion |
| Auth kind | api_key |
| Connect flow | Inline integration token |
| Actions | Yes |
| Events | Planned |
| Webhook delivery | No |
| Event samples | No |
| Live status | No |
Connect Notion
| Surface | Support |
|---|---|
| App | Open Govern > Integrations, choose Notion, and paste an integration token. |
| CLI | The mobius CLI does not connect Notion integrations yet. Use the app or API. |
| API | Call 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.searchUse 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.updatedPlanned 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
- Read triggerable names in the event catalog.
- Call Notion from action steps.
- Save generated docs as artifacts.