To run Postman Flows templates that use Notion, you need to set up authorization between Notion and Postman. To set this up, you will do the following:
Before you get started, you need:
To create a Notion integration to use with Postman Flows, do the following:
Log in to Notion and navigate to Integrations.
Select New integration.
Select the workspace where you want to install the integration.
For Type, select Internal.
Select Save.
Copy the value of the Internal Integration Secret, and then save it as a variable in your Postman environment named Notion_Secret
.
To create a new page in Notion, do the following:
Open the Notion workspace where you created the integration.
Create a new page in the Private section of the sidebar.
Copy the ID number from the new page's URL. For example, in a URL like https://www.notion.so/Example-1234567890abcdef
, the ID number is 1234567890abcdef
.
Save the ID number as a variable in your Postman environment named Notion_Parent_ID
.
In the upper right corner of your page in Notion, open the ellipsis menu. Select Connect to and then select the integration you created.
To create a database on the new page in Notion, do the following:
Return to the flow template.
Run the flow using the Create Database scenario.
After you've completed your Notion configuration, you can return to the flow template or set up authorization for another integration in Postman.
Last modified: 2024/12/06