Notion
Business appsAPI keycredential probe
Create and query pages in Notion databases.
OCNORA ships 22 typed Notion operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.notion.com/v1 through the HTTP node with the same credential.
Operations 22
- Append Block ChildrenAppend blocks to the end of a page or a container block.notion.append_block_children
- Archive PageArchive a page by moving it to the workspace trash.notion.archive_page
- Create CommentAdd a comment to a page, or reply in an existing discussion.notion.create_comment
- Create DatabaseCreate a database as a child of an existing page.notion.create_database
- Create Database PageCreate a page (row) in a Notion database.notion.create_page
- Delete BlockDelete a block by moving it to the workspace trash.notion.delete_block
- Get BlockRetrieve a single block by id.notion.get_block
- Get Bot UserRetrieve the bot user this integration authenticates as.notion.get_bot_user
- Get DatabaseRetrieve a database's schema and metadata by id.notion.get_database
- Get PageRetrieve a single Notion page by id.notion.get_page
- Get Page PropertyRead one property of a page, including paginated ones.notion.get_page_property
- Get UserRetrieve one Notion user by id.notion.get_user
- List Block ChildrenList one page of a block's or page's child blocks.notion.list_block_children
- List CommentsList the unresolved comments on a page or block.notion.list_comments
- List DatabasesList the databases shared with this integration.notion.list_databases
- List UsersList one page of the workspace's users.notion.list_users
- Query DatabaseQuery pages from a Notion database with optional filter and sort.notion.query_database
- Restore PageRestore an archived page out of the workspace trash.notion.restore_page
- SearchSearch the pages and databases shared with this integration.notion.search
- Update BlockUpdate a block's content, or archive and restore it.notion.update_block
- Update DatabaseRename a database, edit its description, schema or archived flag.notion.update_database
- Update PageUpdate a Notion page's properties, or archive it.notion.update_page
More in Business apps
Run your first Notion workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.