Prerequisites
Complete the shared prerequisites. You need permission to create a Notion integration and share the pages Tembo should access.1. Create a public integration
Create a Notion public integration with OAuth redirect URIhttps://tembo.example.com/api/oauth/notion/callback. An internal integration token is not a substitute for the OAuth client credentials used by this connection.
Choose capabilities for the work you intend Tembo to perform. Start with reading content; only enable content changes if your workflows require them. Copy the OAuth client ID and secret.
2. Configure Tembo
Setnotion.clientId and notion.clientSecret in /var/lib/tembo/config.json. Follow the restart instructions.
3. Install and verify
- Open Settings → Integrations on your instance and install Notion.
- Authorize the workspace and select the pages the integration should access.
- Start a new session and ask Tembo to summarize a shared test page.
Do not configure Notion webhooks as part of this setup. The native webhook receiver does not process Notion events yet; a successful connection is not confirmation of event-trigger support.