Docs/App Integrations/Notion

Notion

App Integrations

Notion Node

Overview

Supports the following operations: Create Page, Query Database, Get Page, Update Page, Append Content.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
databaseIdstring—Configuration field for databaseId
pageIdstring—Configuration field for pageId
propertiesstring—Configuration field for properties
filterstring—Configuration field for filter
blocksstring—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