With the Notion modules in {{Make}}, you can watch, retrieve, create, append, and update databases, database items, pages, page content, search for objects, list users, and make API calls.
To get started with Notion, create an account at notion.so. The user account must have admin permission to create a connection.
Refer to the Notion API documentation for a list of available endpoints.
{{Make}} provides two ways to connect the Notion app:
To establish a Notion internal connection:
Log in to your Notion account.
Click Settings & Members > Connections > Develop or manage integrations from the sidebar or go to the My integrations page.
Click New Integration.
Fill in the integration Name, upload a logo (optional), choose the Associated workspace, and click Submit.
Go to Capabilities, update the requested capabilities, and click Save changes.
Go to Secrets, click Show next to your internal integration token, and copy the token. Store your token in a safe place.
Log in to your {{Make}} account and add a Notion module in a scenario.
Click Add next to the Connection field and select Notion Internal in the Connection type dropdown.
Optional: In the Connection name field, enter a name for the connection.
In the Internal Integration Token field, paste the token copied in step 6 and click Save.
You have successfully connected the Notion app with {{Make}} and can now build scenarios.
If the databases are not visible in the Database ID > Search field, follow the instructions in Add Databases to be visible in {{Make}} to add them.
To establish a Notion public connection:
Log in to your {{Make}} account and add a Notion module in a scenario.
Click Add next to the Connection field, select Notion Public in the Connection type dropdown.
Optional: In the Connection name field, enter a name for the connection.
Optional: Click Show Advanced Settings and enter your client credentials. See Obtain Client Credentials.
Click Save.
Click Select pages to grant access to the {{Make}} for accessing your Notion account.
Select the pages and click Allow access.
You have successfully connected the Notion app with {{Make}} and can now build scenarios.
To obtain client credentials:
Log in to your Notion account.
Click Settings & Members > Connections > Develop or manage integrations from the sidebar or go to the My integrations page.
Click New Integration.
Fill in the integration Name, upload a logo (optional), choose the Associated workspace , and click Submit.
Go to Capabilities, update the requested capabilities, and click Save changes.
Go to Distribution and click the toggle to make the integration public.
Fill in your organization information and click Submit.
Redirect URIs |
Enter the redirect URI:
|
Company name |
Name of your company or organization. You may use your own name if this does not apply. |
Website or homepage |
Used to link to your integration’s website or homepage in your integration page and authentication screens. |
Tagline |
Optional: A short description of the integration. |
Privacy policy |
URL address used to link to your integration’s privacy policy in your integration page and authentication screens. |
Terms of use |
URL address used to link to your integration’s terms of use in your integration page and authentication screens. |
Support email |
Used to link to your integration’s support email in your integration page and authentication screens. |
Notion URL for optional template |
Optional. URL must be for a public Notion page. Use this field if you'd like to duplicate a template into a user's workspace during OAuth. |
Click Continue in the Switch to Public integration? prompt.
Copy the OAuth client ID and OAuth client secret and save them in a safe place. You will not be able to view the OAuth client secret more than once.
You have successfully created your client credentials.
For the Notion internal connection, by default, the databases do not appear in the Database ID field > Search option. You must manually add them to the {{Make}} app from your Notion account.
To add databases from your Notion account to {{Make}} app:
![]() |
Note |
---|---|
If new databases or pages are added to the Notion account, you must revoke the connection in your Notion account and reauthorize the connection in {{Make}} to retrieve the added databases or pages. |
To retrieve the newly added databases and pages:
After connecting the app, you can perform the following actions:
Watch Database Items
Triggers when a database item is created or updated.
Get a Database Item
Gets a specified database item.
Note: Add the List Page/Database Property Items module to retrieve the complete details of a property items if the output variable contains has_more
value. This means you must paginate to retrieve all the property item's property values in the page object that have a 25-page reference limit. This limitation is added from the Notion side.
Create a Database Item
Creates a new item in a database.
Append a Database Item Content
Appends a new database item content.
Update a Database Item
Updates an existing database item.
Watch Databases/Pages
Triggers when a database or page is created and updated.
Search Objects
Searches for objects of a page, database, or database item.
Get a Database
Gets a specified database.
Get a Page
Gets a specified page.
Create a Database
Creates a new database as a subpage in a specified page.
Create a Page
Creates a new page in a specified page.
Update a Database
Updates an existing database.
Update a Page
Updates an existing page.
Watch Page Contents
Triggers when a page content is created.
List Page Contents
Retrieves a list of page contents.
List Page/Database Property Items
Retrieves a list of paginated page property items. Possible property types are title, rich_text, relation, and people.
Note: Use this module when a property on a database item or page outputs contains has more
value, indicating there are more than 25 items in that field and you much paginate to retrieve all items in that column.
Get a Page Content
Get a specified page content/block.
Append a Page Content
Appends a new page content.
Update a Page Content
Updates an existing page content/block.
Note: In the Type field, select the page content type that corresponds to the Page Content ID. If an incorrect Type is selected, an error will appear. The page content type cannot be changed using this module.
Delete a Page Content
Sets a page content/block, as archived.
Make an API Call
Performs an arbitrary authorized API call.
List Users
Retrieves a list of users.