Notion ​
Query databases, create pages, and manage blocks with the Notion API.
| Detail | Value |
|---|---|
| Category | Data & Productivity |
| Base URL | https://api.notion.com |
| Authentication | Bearer Token |
| Endpoints | 6 |
| Connector key | notion |
Using Notion in a workflow ​
- Go to Connections and click New Connection.
- Pick Notion from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /databases/{database_id}/query | Query a database |
| POST /pages | Create a page |
| GET /pages/{page_id} | Retrieve a page |
| PATCH /pages/{page_id} | Update page properties |
| GET /blocks/{block_id}/children | Get block children |
| POST /search | Search pages and databases |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.