Connect to your users’ Notion accounts.
You can find your Notion app credentials on your Notion Integrations Page.
You’ll need the following information to set up your Notion App with Paragon Connect:
Under Integrations > Connected Integrations > Notion > App Configuration > Configure, fill out your credentials from your developer app in their respective sections:
Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Notion account, you can use the Paragon SDK to access the Notion API on behalf of connected users.
See the Notion REST API documentation for their full API reference.
Any Notion API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Notion account is connected, you can add steps to perform the following actions:
You can also use the Notion Request step to access any of Notion’s API endpoints without the authentication piece.
When creating or updating records in Notion, you can reference data from previous steps by typing {{
to invoke the variable menu.
Webhook triggers can be used to run workflows based on events in your users’ Notion account. For example, you might want to trigger a workflow whenever new pages are created or updated in Notion to sync your users’ Notion pages to your application in real-time.
You can find the full list of Webhook Triggers for Notion below: