Skip to main content
The Notion node adds Notion operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Notion also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Notion.
You can wire the Notion node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Notion under Credentials in the node settings. See Connecting credentials for the general flow.

OAuth

Sign in with your Notion account when prompted; no keys to copy.

Integration token

Enter the values manually when creating the credential. Get your credentials here.

Operations

Block

OperationIDDescriptionTrigger
Append Children to Blockappend_children_to_blockAppend new children blocks to a parent block
Delete Notion Blockdelete_notion_blockDelete (archive) a block
Fetch Block Childrenfetch_block_childrenRetrieve a block’s children
Fetch Notion Blockfetch_notion_blockRetrieve a block
Update Block Contentupdate_block_contentUpdate a block’s content

Comment

OperationIDDescriptionTrigger
Create Page Commentcreate_page_commentCreate a comment on a page or in an existing discussion thread
Fetch Page Commentfetch_page_commentRetrieve a comment by its ID
List Block Commentslist_block_commentsList comments on a block or page

Database

OperationIDDescriptionTrigger
Create Page Databasecreate_page_databaseCreate a new database as a child of a page
Fetch Database Metadatafetch_database_metadataRetrieve a database’s metadata and schema
Query Notion Databasequery_notion_databaseQuery a database to retrieve pages
Update Database Metadataupdate_database_metadataUpdate a database’s title, description, or properties

Page

OperationIDDescriptionTrigger
Create Notion Pagecreate_notion_pageCreate a new page in a database or as a child of another page
Fetch Page Propertiesfetch_page_propertiesRetrieve a page’s properties
Update Page Propertiesupdate_page_propertiesUpdate a page’s properties, icon, or cover

User

OperationIDDescriptionTrigger
Fetch Bot Integration Userfetch_bot_integration_userRetrieve the bot user for the current integration
Fetch Workspace Userfetch_workspace_userRetrieve a user by ID
List Workspace Userslist_workspace_usersList all users in the workspace

Workspace

OperationIDDescriptionTrigger
Search Pages and Databasessearch_pages_and_databasesSearch pages and databases by title

Other

OperationIDDescriptionTrigger
On Database Itemon_database_itemTrigger: polls a Notion database and fires for new or updated items.Yes