Skip to content

Notion ​

Query databases, create pages, and manage blocks with the Notion API.

DetailValue
CategoryData & Productivity
Base URLhttps://api.notion.com
AuthenticationBearer Token
Endpoints6
Connector keynotion

Using Notion in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Notion from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /databases/{database_id}/queryQuery a database
POST /pagesCreate a page
GET /pages/{page_id}Retrieve a page
PATCH /pages/{page_id}Update page properties
GET /blocks/{block_id}/childrenGet block children
POST /searchSearch pages and databases

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.