{
  "name": "Enrich new form leads with Lusha, HubSpot, and Slack alerts",
  "nodes": [
    {
      "id": "4f9de608-f4c4-4205-9713-6cb9ea3d6e4d",
      "name": "📋 Form Lead Enrichment + CRM Sync",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        -520
      ],
      "parameters": {
        "width": 900,
        "height": 500,
        "content": "## Enrich New Form Leads with Lusha\n\n**Who it's for:** Marketing & Growth teams capturing inbound leads\n\n**What it does:** Enriches web form submissions in real time with Lusha, checks for duplicates "
      }
    },
    {
      "id": "56996914-f394-4427-bbb8-74ce3bb477f4",
      "name": "⚡ 1. Receive & Validate",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -30,
        50
      ],
      "parameters": {
        "width": 500,
        "height": 270,
        "content": "Webhook receives a POST with the form submission. A code node validates the email format and checks for duplicates in HubSpot before enrichment.\n\n**Nodes:** Webhook → Validate Email → Check HubSpot Du"
      }
    },
    {
      "id": "7b118fc5-e00d-43a9-8808-3550f6070501",
      "name": "🔍 2. Enrich with Lusha",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        50
      ],
      "parameters": {
        "width": 500,
        "height": 270,
        "content": "Lusha enriches the contact by email, returning verified phone, job title, seniority, LinkedIn, and full company firmographics.\n\n**Nodes:** Lusha Contact Enrich → Merge Form + Lusha Data\n\n📖 [Lusha API "
      }
    },
    {
      "id": "8225080f-13b9-4930-8625-9e3fd18484b1",
      "name": "💾 3. CRM + Slack + Response",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1070,
        50
      ],
      "parameters": {
        "width": 700,
        "height": 270,
        "content": "Creates or updates the HubSpot contact record, sends an SDR alert to Slack with the full enriched lead summary, and returns the enriched data to the form.\n\n**Nodes:** Upsert HubSpot Contact → Slack SD"
      }
    },
    {
      "id": "e5592344-331a-4a18-a0d9-8094309901ed",
      "name": "Receive Form Submission",
      "type": "n8n-nodes-base.webhook",
      "position": [
        0,
        400
      ]
    },
    {
      "id": "c965c082-776e-4242-8a8c-b3874a894a80",
      "name": "Validate Email",
      "type": "n8n-nodes-base.code",
      "position": [
        280,
        400
      ]
    },
    {
      "id": "05a787b5-bf87-4f65-a1b0-5b4c362b1350",
      "name": "Check HubSpot Duplicate",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        560,
        400
      ]
    },
    {
      "id": "ddf4f1cf-bc14-4553-98d2-a02d9e1c8510",
      "name": "Enrich with Lusha",
      "type": "@lusha-org/n8n-nodes-lusha.lusha",
      "position": [
        840,
        400
      ]
    },
    {
      "id": "03a3c74a-fc94-4536-8c08-49441d8ea3fe",
      "name": "Merge Form + Lusha Data",
      "type": "n8n-nodes-base.code",
      "position": [
        1120,
        400
      ]
    },
    {
      "id": "e2ed8337-59be-455f-ae17-4d9c30022ed7",
      "name": "Create/Update HubSpot Contact",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1400,
        300
      ]
    },
    {
      "id": "618fbf17-0565-4d0f-b19a-a901987e7ca4",
      "name": "Alert SDR on Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1400,
        500
      ]
    },
    {
      "id": "96c30ef4-4f5e-4cd8-8339-2be03a72f39f",
      "name": "Return Enriched Lead",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1700,
        400
      ]
    }
  ],
  "connections": {
    "Validate Email": {
      "main": [
        [
          {
            "node": "Check HubSpot Duplicate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich with Lusha": {
      "main": [
        [
          {
            "node": "Merge Form + Lusha Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check HubSpot Duplicate": {
      "main": [
        [
          {
            "node": "Enrich with Lusha",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Form + Lusha Data": {
      "main": [
        [
          {
            "node": "Create/Update HubSpot Contact",
            "type": "main",
            "index": 0
          },
          {
            "node": "Alert SDR on Slack",
            "type": "main",
            "index": 0
          },
          {
            "node": "Return Enriched Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Receive Form Submission": {
      "main": [
        [
          {
            "node": "Validate Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}