{
  "name": "Synthetic Lead Intake - Before QA",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "synthetic-lead-intake",
        "options": {}
      },
      "id": "c57a7f9c-163d-4b45-93ef-1d9109864915",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [0, 0],
      "webhookId": "synthetic-demo-webhook"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://example.invalid/enrich",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ $json }}",
        "options": {}
      },
      "id": "516ae994-a254-46fb-a5b8-19ca9c1691f6",
      "name": "Enrich company",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [260, 0]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://example.invalid/crm/contacts",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ { email: $json.email, company: $json.company, domain: $json.domain } }}",
        "options": {}
      },
      "id": "4551590d-1647-46f9-86c4-a1579fc25dc1",
      "name": "Create CRM contact",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [520, 0]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://example.invalid/slack",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ { text: 'New lead: ' + $json.email } }}",
        "options": {}
      },
      "id": "f721337e-c454-42f8-a2f4-e535acde7eb8",
      "name": "Notify Slack",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [780, 0]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [[{"node":"Enrich company","type":"main","index":0}]]
    },
    "Enrich company": {
      "main": [[{"node":"Create CRM contact","type":"main","index":0}]]
    },
    "Create CRM contact": {
      "main": [[{"node":"Notify Slack","type":"main","index":0}]]
    }
  },
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "active": false,
  "versionId": "b3e19255-1977-4724-8061-2a75d03047d5",
  "meta": {
    "templateCredsSetupCompleted": false,
    "syntheticExample": true,
    "warning": "Illustrative only. example.invalid endpoints are intentionally non-routable."
  },
  "tags": []
}
