{
  "name": "Lead Intake Webhook Template",
  "nodes": [
    {
      "parameters": {
        "content": "## Lead intake starter\n\nThis is a sanitized public template.\n\nSuggested next steps after import:\n- add validation for required lead fields\n- connect your CRM or database\n- attach an AI classification or routing step\n- replace the response payload with your own booking or follow-up flow",
        "width": 620,
        "height": 260
      },
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        -760,
        20
      ],
      "id": "f1e66f75-9d77-4d5f-b3e9-1b33f5fb5a10",
      "name": "Sticky Note"
    },
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "lead-intake-template",
        "responseMode": "responseNode",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        -720,
        320
      ],
      "id": "895fa401-6d8d-4f7d-a05f-a1db77a8fb18",
      "name": "Webhook"
    },
    {
      "parameters": {
        "content": "## Expected payload\n\nExample JSON body:\n{\n  \"name\": \"Jane Doe\",\n  \"phone\": \"+123456789\",\n  \"intent\": \"book_trial\",\n  \"preferred_date\": \"2026-04-21\",\n  \"notes\": \"Interested in a first session\"\n}",
        "width": 520,
        "height": 220
      },
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        -140,
        20
      ],
      "id": "854f3f2c-5dde-4fc8-9d52-5c28dc4fa9fe",
      "name": "Sticky Note1"
    },
    {
      "parameters": {
        "options": {}
      },
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        -280,
        320
      ],
      "id": "4d5cad5d-907a-432f-b6d2-7dd8327fe2dd",
      "name": "Respond to Webhook"
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "versionId": "db52a7ff-4d89-4864-9dfc-e4025f511334",
  "id": "lead-intake-webhook-template",
  "tags": []
}