The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Notion emulator read-back",
"nodes": [
{
"id": "trigger",
"name": "Trigger",
"type": "n8n-nodes-base.manualTrigger",
"parameters": {}
},
{
"id": "create",
"name": "Create Page",
"type": "n8n-nodes-base.notion",
"parameters": {
"resource": "page",
"operation": "create",
"title": "Agent evidence",
"properties": {
"passed": true
}
}
},
{
"id": "read",
"name": "Read Page",
"type": "n8n-nodes-base.notion",
"parameters": {
"resource": "page",
"operation": "get",
"pageId": "={{$('Create Page').first().json.id}}"
}
}
],
"connections": {
"Trigger": {
"main": [
[
{
"node": "Create Page",
"type": "main",
"index": 0
}
]
]
},
"Create Page": {
"main": [
[
{
"node": "Read Page",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Notion emulator read-back. Uses notion. Event-driven trigger; 3 nodes.
Source: https://github.com/syucream/s8n/blob/main/fixtures/notion-emulator.workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Create a task from a new Bounce Watch company signal. Uses n8n-nodes-bouncewatch, notion. Event-driven trigger; 7 nodes.
AEGIS Pro 무료 체험 자동화. Uses notionTrigger, httpRequest, notion. Event-driven trigger; 5 nodes.
Humanticai Calendly. Uses notion, humanticAi, calendlyTrigger. Event-driven trigger; 4 nodes.
Transf Meeting Booking Into Notion S Task With Verified Information. Uses notion, dropcontact, calendlyTrigger. Event-driven trigger; 3 nodes.
Transf meeting booking into Notion's Task with verified information. Uses notion, dropcontact, calendlyTrigger. Event-driven trigger; 3 nodes.