← All integrations

Notion

14 operations3 webhooks

All-in-one workspace for notes, databases, wikis, tasks, and team documentation.

Supported operations

  • Append BlockWrite

    Append new blocks to a block or page

  • Get Many Child BlocksRead-only

    Retrieve child blocks of a block or page

Supported triggers

  • Page Created

    A page was created in a database

  • Page Updated

    A page was updated in a database

FAQ

Install corsair and @corsair-dev/notion, add the Notion plugin, and connect with an API key or OAuth. Then call methods like corsair.notion.api.blocks.appendBlock() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Notion supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Notion developer console, then paste into Corsair or connect through managed auth in Hub.

Yes. One Corsair client can hit Notion, GitHub, Notion, Stripe, and the rest. Trigger Notion from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for all-in-one workspace for notes, databases, wikis, tasks, and team documentation. Common builds include sync jobs, admin tooling, and agents that call Notion APIs from your backend. Webhook handlers react to Notion events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Notion records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Notion API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/notion in the open repo. When Notion ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your Notion data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Notion data on your behalf.