Notion
Connects to the Notion API to manage workspace content. Provides page CRUD (create, get, update, archive/restore), database operations (get schema, query with filters and sorting), block content management (append blocks, get children with optional recursive fetch), and workspace search (pages and databases by title). Supports multiple block types including paragraphs, headings (1-3), lists, to-dos, code, quotes, dividers, and callouts. All nodes support two auth modes: Connect node (session-based client ID) or direct credentials on each node. Authenticates via Notion internal integration token.
| Namespace | Robomotion.Notion |
| Version | 1.1.0 |
| Category | Productivity, Collaboration |
| Nodes | 12 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Notion and returns a Client ID. |
| Disconnect | Closes a Notion connection. |
| Create Page | Creates a page in Notion. |
| Get Page | Gets a page in Notion. |
| Update Page | Updates a page in Notion. |
| Archive Page | Archives a page in Notion. |
| Get Database | Gets a database in Notion. |
| Query Database | Queries a database in Notion. |
| Append Blocks | Appends blocks in Notion. |
| Get Block Children | Gets a block children in Notion. |
| Search | Searches in Notion. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
11 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Create Page, Get Page, Update Page, Archive Page, Get Database, Query Database, Append Blocks, Get Block Children, Search.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.