mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-30 09:16:44 +02:00
1.3 KiB
1.3 KiB
id | sidebar_class_name |
---|---|
Notion | Notion |
<img src={require('../../static/img/APIs/Notion.png').default} width='64px' />
Notion
This section is dedicated to the library for working with Notion API. On this page, all the steps necessary to start working are described
Getting started
- Enter the name of your integration
- After finishing the integration creation, click Show and copy the Token (Secret)
- Go to the main interface of Notion and create a new page. This page will serve as the parent for all other objects created through the API
- Click on the three dots in the upper right corner and at the very bottom find the item Add connections. Select your integration from items 1-3 there
- Get the ID of this page. You can do this by clicking Share -> Copy link or simply by copying it from the URL
Token and Page ID are the two parameters required for working through the API.