๐ Quickstart
Connect to Notion with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Notion.
Authorize Notion
Go to Connections -> Add Test Connection -> Authorize, then log in to Notion. Later, youโll let your users do the same directly from your app.
Call the Notion API
Letโs make your first request to the Notion API (fetch a list of users). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.โ
Youโre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
๐ Notion Integration Guides
Nango maintained guides for common use cases.- How to register your own Notion OAuth app
Register an OAuth app with Notion and obtain credentials to connect it to Nango
๐งฉ Pre-built syncs & actions for Notion
Enable them in your dashboard. Extend and customize to fit your needs.Others
| Function name | Description | Type | Source code |
|---|---|---|---|
content-metadata | Sync page and data source metadata for broad Notion content discovery. | Sync | ๐ Github |
data-source-entries | Sync page entries from a Notion data source with properties and timestamps | Sync | ๐ Github |
data-source-templates | Sync templates available for a Notion data source | Sync | ๐ Github |
data-sources | Sync Notion data source definitions and schema metadata. | Sync | ๐ Github |
users | Sync Notion users and bots visible to the integration. | Sync | ๐ Github |