{
  "name": "Automated AI lead enrichment: Hubspot to Explorium for enhanced prospect data",
  "nodes": [
    {
      "id": "2e941bac-076e-4c87-970b-cf6cc31cc300",
      "name": "HubSpot Trigger",
      "type": "n8n-nodes-base.hubspotTrigger",
      "position": [
        32,
        -96
      ]
    },
    {
      "id": "f379a485-c7f1-4d3e-a3fd-ac799bd69667",
      "name": "HubSpot Recently Created",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        256,
        -96
      ]
    },
    {
      "id": "907434b1-19d1-419d-9ebc-299e7610486b",
      "name": "Extract Prospect IDs from Matched Results",
      "type": "n8n-nodes-base.code",
      "position": [
        928,
        -96
      ]
    },
    {
      "id": "0be018a0-528c-4359-b800-301119704485",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        1376,
        -96
      ]
    },
    {
      "id": "6a0ee2aa-840d-493f-a96c-8837cb62e190",
      "name": "HubSpot Update",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1600,
        -96
      ]
    },
    {
      "id": "9a2e33ca-7ab4-45c8-900c-0efb09b296ca",
      "name": "Filter non-matched",
      "type": "n8n-nodes-base.filter",
      "position": [
        704,
        -96
      ]
    },
    {
      "id": "5b60a0bb-8404-4639-83b3-4cb74e56fde5",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        128
      ],
      "parameters": {
        "width": 640,
        "height": 620,
        "content": "# Automatically enrich leads in Hubspot using Explorium MCP\n\nThis n8n workflow streamlines the process of enriching prospect information by automatically pulling data from HubSpot, processing it throu"
      }
    },
    {
      "id": "b859589c-60da-4ae6-ad64-00d4fac8e5e1",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        128
      ],
      "parameters": {
        "width": 760,
        "height": 2140,
        "content": "## Workflow Overview\n\n### Node 1: HubSpot Trigger\nThis node listens for real-time events from the connected HubSpot account. Once triggered, the node passes metadata about the event to the next step i"
      }
    },
    {
      "id": "92100885-63a1-4f98-a25f-27796edf0ab0",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1456,
        128
      ],
      "parameters": {
        "width": 600,
        "height": 588,
        "content": "## Workflow Flow Summary\n\n1. **Trigger**: HubSpot webhook triggers on new/updated contacts\n2. **Fetch**: Retrieve recent contact details from HubSpot\n3. **Match**: Find prospect matches using Exploriu"
      }
    },
    {
      "id": "98a5b623-07d7-441d-a221-26164784caf5",
      "name": "Match Prospects",
      "type": "@exploriumai/n8n-nodes-explorium-ai.exploriumApiNode",
      "position": [
        480,
        -96
      ]
    },
    {
      "id": "b92aeeb6-cd69-4373-a0c7-b19ba465b3b4",
      "name": "Enrich Prospects",
      "type": "@exploriumai/n8n-nodes-explorium-ai.exploriumApiNode",
      "position": [
        1152,
        -96
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "HubSpot Update",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HubSpot Trigger": {
      "main": [
        [
          {
            "node": "HubSpot Recently Created",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Match Prospects": {
      "main": [
        [
          {
            "node": "Filter non-matched",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich Prospects": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter non-matched": {
      "main": [
        [
          {
            "node": "Extract Prospect IDs from Matched Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HubSpot Recently Created": {
      "main": [
        [
          {
            "node": "Match Prospects",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Prospect IDs from Matched Results": {
      "main": [
        [
          {
            "node": "Enrich Prospects",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}