Alle integrationer

Notion

Søg, læs og opdater Notion-sider og datakilder delt med dit workspace.

OAuth 12 værktøjer

Overblik

Forbind Notion for at give AI-klienter adgang til sider og data sources du deler under autorisation.

Forudsætninger

  • En Notion-konto med sider eller databaser AI skal have adgang til
  • En stackgate.ai-konto

Credentials

  1. Log ind på stackgate.ai.
  2. Gå til Mine integrationer og åbn Notion.
  3. Klik Aktivér, og derefter Forbind Notion.
  4. I Notions page picker, vælg de sider og databaser AI skal have adgang til, og klik Allow access.

Ingen manuelle API-nøgler kræves. For at give adgang til flere sider senere, afbryd og genforbind Notion.

Brug med AI-klienter

  • Dedikeret endpoint: POST /mcp/notion med Sanctum bearer token
  • Private gateway: én config til alle integrationer — brug notion__*-navngivne værktøjer

Se Dokumentation for HTTP-autentificering og opsætning af private gateway.

Fejlfinding

  • 422 integration not configured — gennemfør OAuth-forbindelsesflowet i Mine integrationer.
  • Object not found — siden eller databasen blev ikke delt under forbindelse. Genforbind og vælg den i Notions page picker.
  • Token expired — afbryd og genforbind Notion fra integrationssiden.

Tilgængelige værktøjer

  • search

    Search pages and data sources shared with the connected Notion workspace by title.

  • get_page

    Retrieve a Notion page by ID, including properties and metadata.

  • list_block_children

    List child blocks of a page or block. Use the page ID as block_id for top-level content.

  • get_data_source

    Retrieve a Notion data source (database) schema and metadata by ID.

  • query_data_source

    Query rows in a Notion data source with optional filter and sort.

  • list_users

    List users in the connected Notion workspace.

  • get_user

    Retrieve a Notion user by ID.

  • create_page

    Create a new Notion page under a page or data source parent.

  • update_page

    Update a Notion page properties or archive it.

  • append_blocks

    Append block children to a page or block.

  • update_block

    Update a Notion block content or archive it.

  • delete_block

    Archive (delete) a Notion block.

MCP-endpoint: https://stackgate.ai/mcp/notion (HTTP) eller via private gateway.