Back to connector

LogoNotion Integration Development Guide

Add white-label customer-facing integration with Notion into your app with just a few lines of code.

Creating Notion App

Get a step-by-step guide on how to create a Notion application here: https://developers.notion.com/docs/authorization. You will need to create a "Public Integration".

Data Collections

This connector allows reading users, pages, databases, and other types of data, but only writing Database Items because they have a schema, unlike other types.

If you want to create pages or databases using this connector, you can use corresponding operations or Proxy API.