Notion
Paste an API keyCreate Notion pages with your document links and extracted content.
What you can do
- Create a Notion page — under a parent page or as a database entry, with content lines and document links
No false success: every send/create in Notion is verified — ASHDOCS reads the item back from Notion's API before the step turns green. If it can't be found, the run fails honestly instead of pretending.
Get your Notion credentials
- 1Go to notion.so/my-integrations and click New integration.
- 2Give it a name (e.g. ASHDOCS), pick your workspace, and save.
- 3Copy the Internal Integration Secret (starts with ntn_ or secret_).
- 4In Notion, open the target page or database → ••• menu → Connections → add your integration. Without this share the API can't see the page.
Add the connection in ASHDOCS
- 1Open the Connections page in the flows console.
- 2Click “Connect with a key” and pick Notion.
- 3Paste: Internal integration secret. ASHDOCS validates the credentials against Notion before saving — a bad key is rejected with a plain-English reason, never stored.
Use it in a flow
In the flow builder, add the Notion step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.
Troubleshooting
“Notion couldn't find that database”
Share the database with your integration (••• → Connections) and use the 32-character ID from its URL.
Page created without content
Each non-empty line of the Content field becomes a paragraph; document links are appended automatically.
FAQ
Page or database — which ID do I use?
Either. Set “Create under” to page or database and paste the 32-character ID from the Notion URL (dashes optional).
Is creation verified?
Yes — the new page is read back from Notion by its ID before the step turns green.