{
  "name": "Hello Webhook (Demo)",
  "nodes": [
    {
      "parameters": {
        "content": "## Hallo-Webhook (Demo)\nEmpf\u00e4ngt ein POST mit einem `name`, baut eine Begr\u00fc\u00dfung und schickt sie als JSON zur\u00fcck.\n\n**Testen:** POST an die Webhook-URL mit Body `{ \"name\": \"Max\" }`.",
        "height": 220,
        "width": 380,
        "color": 4
      },
      "id": "11111111-1111-4111-8111-111111111111",
      "name": "Doku: \u00dcbersicht",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        -40,
        -260
      ]
    },
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "hello",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "22222222-2222-4222-8222-222222222222",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "a0000000-0000-4000-8000-000000000001",
              "name": "greeting",
              "value": "=Hallo {{ $json.body.name || 'Welt' }}! Sch\u00f6n, dass du da bist.",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "33333333-3333-4333-8333-333333333333",
      "name": "Begr\u00fc\u00dfung bauen",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        240,
        0
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ { \"message\": $json.greeting } }}",
        "options": {}
      },
      "id": "44444444-4444-4444-8444-444444444444",
      "name": "Antwort senden",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        480,
        0
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Begr\u00fc\u00dfung bauen",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Begr\u00fc\u00dfung bauen": {
      "main": [
        [
          {
            "node": "Antwort senden",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}