{
  "name": "Enrich chatbot and demo request leads with Lusha, HubSpot, and Slack",
  "nodes": [
    {
      "id": "508ce848-f505-4914-8631-51d0214ee142",
      "name": "📋 Chatbot & Demo Request Enrichment",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        -580
      ],
      "parameters": {
        "width": 900,
        "height": 560,
        "content": "## Enrich Chatbot and Demo Request Leads with Lusha\n\n**Who it's for:** SDRs handling inbound chatbot & demo request leads\n\n**What it does:** Enriches leads from chatbots or demo request flows with Lus"
      }
    },
    {
      "id": "fbeac099-47da-4fae-bbec-382c9cc74544",
      "name": "⚡ 1. Receive & Validate",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -30,
        50
      ],
      "parameters": {
        "width": 420,
        "height": 270,
        "content": "Webhook receives the chatbot/demo form POST. A code node validates the email and extracts form fields.\n\n**Nodes:** Webhook → Validate & Clean Input\n\n💡 Customize the expected payload fields to match yo"
      }
    },
    {
      "id": "0d80e304-4b5e-4c8d-982c-de6246bf0a71",
      "name": "🔍 2. Enrich & Score",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        450,
        50
      ],
      "parameters": {
        "width": 560,
        "height": 270,
        "content": "Lusha enriches the contact by email. A code node builds a lead summary and calculates a priority score based on seniority, company size, and request type.\n\n**Nodes:** Lusha Enrich → Build Summary & Sc"
      }
    },
    {
      "id": "9ab621a9-79c7-49fb-b48c-e0475a2b0ca5",
      "name": "💾 3. CRM + Priority Routing",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1060,
        50
      ],
      "parameters": {
        "width": 700,
        "height": 270,
        "content": "HubSpot contact is created/updated with all enriched fields. High-priority leads trigger an urgent Slack alert; standard leads get a normal notification.\n\n**Nodes:** Upsert HubSpot → Priority Routing "
      }
    },
    {
      "id": "06e7ba98-ae4a-4cf4-a268-1bc025e7971b",
      "name": "Chatbot/Demo Request Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        400
      ]
    },
    {
      "id": "b13a5021-f4b0-445a-8466-07cc36c33152",
      "name": "Validate & Clean Input",
      "type": "n8n-nodes-base.code",
      "position": [
        280,
        400
      ]
    },
    {
      "id": "add17b65-e184-47d9-9945-022ea08dfb49",
      "name": "Enrich with Lusha",
      "type": "@lusha-org/n8n-nodes-lusha.lusha",
      "position": [
        560,
        400
      ]
    },
    {
      "id": "5a0d1abf-52f1-405e-98ad-d1163aea53b2",
      "name": "Build Summary & Score",
      "type": "n8n-nodes-base.code",
      "position": [
        840,
        400
      ]
    },
    {
      "id": "7168c764-0918-409c-8b7e-ebbad3f41da4",
      "name": "Create/Update HubSpot Contact",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1120,
        400
      ]
    },
    {
      "id": "74c57ddb-e9e4-4af5-8324-58784383251d",
      "name": "Is High Priority?",
      "type": "n8n-nodes-base.if",
      "position": [
        1400,
        400
      ]
    },
    {
      "id": "4240b5cc-afae-4160-bcb5-eb8ac316eb39",
      "name": "Urgent SDR Alert",
      "type": "n8n-nodes-base.slack",
      "position": [
        1700,
        280
      ]
    },
    {
      "id": "ab309a15-5f4d-40b1-b9eb-7bdc2e1222b0",
      "name": "Standard SDR Notification",
      "type": "n8n-nodes-base.slack",
      "position": [
        1700,
        520
      ]
    }
  ],
  "connections": {
    "Enrich with Lusha": {
      "main": [
        [
          {
            "node": "Build Summary & Score",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is High Priority?": {
      "main": [
        [
          {
            "node": "Urgent SDR Alert",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Standard SDR Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Build Summary & Score": {
      "main": [
        [
          {
            "node": "Create/Update HubSpot Contact",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Validate & Clean Input": {
      "main": [
        [
          {
            "node": "Enrich with Lusha",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Chatbot/Demo Request Webhook": {
      "main": [
        [
          {
            "node": "Validate & Clean Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create/Update HubSpot Contact": {
      "main": [
        [
          {
            "node": "Is High Priority?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}