AutomationFlowsData & Sheets › Notion Emulator Read-back

Notion Emulator Read-back

Notion emulator read-back. Uses notion. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesNotion
Data & Sheets Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Create a task from a new Bounce Watch company signal. Uses n8n-nodes-bouncewatch, notion. Event-driven trigger; 7 nodes.

N8N Nodes Bouncewatch, Notion
Data & Sheets

AEGIS Pro 무료 체험 자동화. Uses notionTrigger, httpRequest, notion. Event-driven trigger; 5 nodes.

Notion Trigger, HTTP Request, Notion
Data & Sheets

Humanticai Calendly. Uses notion, humanticAi, calendlyTrigger. Event-driven trigger; 4 nodes.

Notion, Humantic Ai, Calendly Trigger
Data & Sheets

Transf Meeting Booking Into Notion S Task With Verified Information. Uses notion, dropcontact, calendlyTrigger. Event-driven trigger; 3 nodes.

Notion, Dropcontact, Calendly Trigger
Data & Sheets

Transf meeting booking into Notion's Task with verified information. Uses notion, dropcontact, calendlyTrigger. Event-driven trigger; 3 nodes.

Notion, Dropcontact, Calendly Trigger