Notion Nodes
10
Free workflow nodes for n8n, BuildShip, and Make.com. Copy and paste directly into your automation workflows.
Append Notion Block Children
n8n-nodes-base.httpRequest
Append new content blocks to a Notion page or block. Add paragraphs, headings, lists, and more.
Create Notion Database
n8n-nodes-base.httpRequest
Create a new database as a subpage of a Notion page with a defined property schema.
Create Notion Page
n8n-nodes-base.httpRequest
Create a new page in a Notion database or as a child of another page with specified properties.
Delete Notion Block
n8n-nodes-base.httpRequest
Delete (archive) a block from a Notion page. The block is moved to trash and can be restored.
Get Notion Block Children
n8n-nodes-base.httpRequest
Retrieve all child blocks of a page or block. Use this to get the actual content of a Notion page.
Get Notion Database
n8n-nodes-base.httpRequest
Retrieve a Notion database's schema and properties. Returns database title, properties structure, and metadata.
Get Notion Page
n8n-nodes-base.httpRequest
Retrieve a Notion page by its ID. Returns page properties and metadata, not the page content.
Query Notion Database
n8n-nodes-base.httpRequest
Query pages from a Notion database with optional filters and sorting. Returns matching pages with their properties.
Search Notion
n8n-nodes-base.httpRequest
Search all pages and databases in the Notion workspace by title. Supports filtering by object type and sorting.
Update Notion Page
n8n-nodes-base.httpRequest
Update properties of an existing Notion page. Can also archive or restore pages.