Skip to main content

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.

NamespaceRobomotion.Notion
Version1.1.0
CategoryProductivity, Collaboration
Nodes12

Nodes

NodeDescription
ConnectOpens a connection to Notion and returns a Client ID.
DisconnectCloses a Notion connection.
Create PageCreates a page in Notion.
Get PageGets a page in Notion.
Update PageUpdates a page in Notion.
Archive PageArchives a page in Notion.
Get DatabaseGets a database in Notion.
Query DatabaseQueries a database in Notion.
Append BlocksAppends blocks in Notion.
Get Block ChildrenGets a block children in Notion.
SearchSearches in Notion.
ToolkitExposes 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.

About this page

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.