0141 Notion Webhook Create Webhook

0141 Notion Webhook Create Webhook

Webhook
High
12
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
12
Node Types
0

Workflow JSON

9.58 KB
{
  "name": "0141 Notion Webhook Create Webhook",
  "nodes": [
    {
      "name": "Extract Name and Email",
      "type": "n8n-nodes-base.set",
      "position": [
        950,
        130
      ],
      "parameters": {
        "values": {
          "string": [
            {
              "name": "Name",
              "value": "={{$json[\"body\"][\"name\"]}}"
            },
            {
              "name": "Email",
              "value": "={{$json[\"body\"][\"email\"]}}"
            }
          ],
          "boolean": []
        },
        "options": {},
        "keepOnlySet": true
      },
      "typeVersion": 1
    },
    {
      "name": "Sign Up",
      "type": "n8n-nodes-base.webhook",
      "notes": "Example Input Data: {\"name\":\"John Doe\",\"email\":\"[email protected]\"}",
      "position": [
        720,
        130
      ],
      "webhookId": "6d60a1b4-6706-4f21-a5fb-bace13c24b53",
      "parameters": {
        "path": "sign-up",
        "options": {
          "resp...

Showing first 1000 characters. Click "Expand" to view the full JSON.