Notion
Automate a Notion Workspace
Overview
The Notion tools allow you to automate various tasks related to Notion workspaces, including creating and managing pages, databases, and blocks. You can also extract information from Notion pages and databases.
Key Features
NOTION_CREATE_PAGE
- Create a new page in a specified Notion workspace.
NOTION_CREATE_DATABASE_ITEM
- Create a new item in a specified Notion database.
NOTION_RETRIEVE_A_PAGE
- Retrieve a page from a specified Notion workspace.
NOTION_RETRIEVE_DATABASE
- Retrieve a database from a specified Notion workspace.
Authentication
To use the Notion API, you need to create an integration in your Notion workspace. Follow these steps:
- Go to Notion Developers.
- Click on “New Integration”.
- Fill in the required details and select the workspace you want to connect.
- After creating the integration, you will receive an “Internal Integration Token”. This token is used to authenticate your requests to the Notion API.
Note: Treat API keys as sensitive information and never commit them to public repositories.