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 | — | Action to execute |
databaseId | string | — | Notion database ID |
pageId | string | — | Page Id for this node |
properties | string | — | Object properties or attributes |
filter | string | — | Filter criteria for queries or searches |
blocks | string | — | Blocks for this node |
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.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Notion in Your Workflow
Create a free account and start building AI-powered workflows with the Notion node.
Open Workflow Editor