{
  "name": "Enrich new HubSpot contacts with Lusha and alert reps in Slack",
  "nodes": [
    {
      "id": "ecf7ba4f-2416-4eb6-8c76-894dbce13bde",
      "name": "📋 Auto-Enrich New HubSpot Contacts",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        -560
      ],
      "parameters": {
        "width": 900,
        "height": 540,
        "content": "## Auto-Enrich New HubSpot Contacts with Lusha\n\n**Who it's for:** RevOps & Sales teams using HubSpot\n\n**What it does:** The moment a new contact is created in HubSpot, Lusha enriches it with verified "
      }
    },
    {
      "id": "55579ea9-7be4-4980-8f67-2af24bc96295",
      "name": "🔔 1. HubSpot Trigger",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -30,
        50
      ],
      "parameters": {
        "width": 450,
        "height": 270,
        "content": "Fires instantly when a new contact is created in HubSpot. A check ensures the contact has an email before calling Lusha.\n\n**Nodes:** HubSpot Trigger → Has Email? (IF)\n\n💡 Replace with a Salesforce trig"
      }
    },
    {
      "id": "796777ae-b083-492f-911a-d89cd6507350",
      "name": "🔍 2. Lusha Enrichment + Quality Check",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        480,
        50
      ],
      "parameters": {
        "width": 560,
        "height": 270,
        "content": "Lusha enriches the contact by email, returning verified phone, title, seniority, and company data. A code node checks if Lusha returned meaningful data before updating CRM.\n\n**Nodes:** Lusha Enrich → "
      }
    },
    {
      "id": "9d3ea981-c835-4317-89f9-a5f1da14da9e",
      "name": "💾 3. Update CRM + Notify",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        50
      ],
      "parameters": {
        "width": 560,
        "height": 270,
        "content": "Enriched data is written back to the HubSpot contact record. Contacts with VP/Director/C-Suite seniority also trigger a Slack alert.\n\n**Nodes:** Update HubSpot → Is High Seniority? → Slack Alert\n\n💡 Cu"
      }
    },
    {
      "id": "7fe87584-b7f3-4f76-9981-e92a270ebcd3",
      "name": "New Contact Created in HubSpot",
      "type": "n8n-nodes-base.hubspotTrigger",
      "position": [
        0,
        400
      ]
    },
    {
      "id": "0d20f389-b6f7-4c24-80bb-397fe0c0adb5",
      "name": "Has Email?",
      "type": "n8n-nodes-base.if",
      "position": [
        280,
        400
      ]
    },
    {
      "id": "5f99e7cc-d259-4365-a99b-712f7c067671",
      "name": "Enrich Contact with Lusha",
      "type": "@lusha-org/n8n-nodes-lusha.lusha",
      "position": [
        560,
        400
      ]
    },
    {
      "id": "dc3adc4b-9e92-4151-9ab4-3aeda698f22f",
      "name": "Data Quality Check",
      "type": "n8n-nodes-base.code",
      "position": [
        840,
        400
      ]
    },
    {
      "id": "715df54d-843b-4576-9741-c42daa60e02a",
      "name": "Was Enriched?",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        400
      ]
    },
    {
      "id": "ccff4e63-90a4-44e1-8358-3d37cdbadab1",
      "name": "Update HubSpot Contact",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1400,
        300
      ]
    },
    {
      "id": "e2c4d779-012f-45c7-9e07-d401bd24d1ca",
      "name": "Check Seniority Level",
      "type": "n8n-nodes-base.code",
      "position": [
        1400,
        500
      ]
    },
    {
      "id": "8de8ca59-e915-4937-8e61-848e530b53d2",
      "name": "Is High Seniority?",
      "type": "n8n-nodes-base.if",
      "position": [
        1680,
        500
      ]
    },
    {
      "id": "f46e0369-ce37-4088-9b18-fd6a99661639",
      "name": "Alert Rep on Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        1960,
        400
      ]
    }
  ],
  "connections": {
    "Has Email?": {
      "main": [
        [
          {
            "node": "Enrich Contact with Lusha",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Was Enriched?": {
      "main": [
        [
          {
            "node": "Update HubSpot Contact",
            "type": "main",
            "index": 0
          },
          {
            "node": "Check Seniority Level",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Data Quality Check": {
      "main": [
        [
          {
            "node": "Was Enriched?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Is High Seniority?": {
      "main": [
        [
          {
            "node": "Alert Rep on Slack",
            "type": "main",
            "index": 0
          }
        ],
        []
      ]
    },
    "Check Seniority Level": {
      "main": [
        [
          {
            "node": "Is High Seniority?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich Contact with Lusha": {
      "main": [
        [
          {
            "node": "Data Quality Check",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "New Contact Created in HubSpot": {
      "main": [
        [
          {
            "node": "Has Email?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}