Notion
App IntegrationsNotion Node
Overview
Supports the following operations: Create Page, Query Database, Get Page, Update Page, Append Content.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
databaseId | string | — | Configuration field for databaseId |
pageId | string | — | Configuration field for pageId |
properties | string | — | Configuration field for properties |
filter | string | — | Configuration field for filter |
blocks | string | — | Configuration field for blocks |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{notion.id}}anyOutput field: id
{{notion.success}}anyOutput field: success
{{notion.properties}}anyOutput field: properties
{{notion.results}}anyOutput field: results
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"databaseId": "value",
"pageId": "value",
"properties": "value",
"filter": "value",
"blocks": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Notion in Your Workflow
Create a free account and start building AI-powered workflows with the Notion node.
Open Workflow Editor