{
  "name": "Automate HubSpot to Salesforce lead creation with Explorium AI enrichment",
  "nodes": [
    {
      "id": "0f824fbe-38c5-4dc6-9f2f-49f3309c0a29",
      "name": "Extract Prospect IDs from Matched Results",
      "type": "n8n-nodes-base.code",
      "position": [
        1968,
        288
      ]
    },
    {
      "id": "1abf84ba-5804-4505-bd93-afaedc483a50",
      "name": "HubSpot Trigger",
      "type": "n8n-nodes-base.hubspotTrigger",
      "position": [
        1072,
        288
      ]
    },
    {
      "id": "bbaa722f-38fa-425c-a873-d8cd61fe5c7d",
      "name": "HubSpot",
      "type": "n8n-nodes-base.hubspot",
      "position": [
        1296,
        288
      ]
    },
    {
      "id": "a403dba4-f8c2-46e3-a0f2-9916866c2e13",
      "name": "Salesforce",
      "type": "n8n-nodes-base.salesforce",
      "position": [
        2640,
        288
      ]
    },
    {
      "id": "aadc0691-8a91-49a6-abf2-1f5489fb3b9d",
      "name": "Code - flatten",
      "type": "n8n-nodes-base.code",
      "position": [
        2416,
        288
      ]
    },
    {
      "id": "b9cd8c39-8d3d-4daf-ab6d-ef892c908490",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 960,
        "height": 2800,
        "content": "# Automatically enrich prospect data from HubSpot using Explorium and create leads in Salesforce\n\nThis n8n workflow streamlines the process of enriching prospect information by automatically pulling d"
      }
    },
    {
      "id": "138c5a4f-b21f-48e9-94df-f97736435168",
      "name": "Filter - non matched",
      "type": "n8n-nodes-base.filter",
      "position": [
        1744,
        288
      ]
    },
    {
      "id": "a62f780e-6a72-498e-a50d-7d5a31561f63",
      "name": "Match Prospects",
      "type": "@exploriumai/n8n-nodes-explorium-ai.exploriumApiNode",
      "position": [
        1520,
        288
      ]
    },
    {
      "id": "7d7d37df-959d-490c-9150-14a8a701563e",
      "name": "Enrich Prospects",
      "type": "@exploriumai/n8n-nodes-explorium-ai.exploriumApiNode",
      "position": [
        2192,
        288
      ]
    }
  ],
  "connections": {
    "HubSpot": {
      "main": [
        [
          {
            "node": "Match Prospects",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code - flatten": {
      "main": [
        [
          {
            "node": "Salesforce",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HubSpot Trigger": {
      "main": [
        [
          {
            "node": "HubSpot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Match Prospects": {
      "main": [
        [
          {
            "node": "Filter - non matched",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Enrich Prospects": {
      "main": [
        [
          {
            "node": "Code - flatten",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter - non matched": {
      "main": [
        [
          {
            "node": "Extract Prospect IDs from Matched Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Prospect IDs from Matched Results": {
      "main": [
        [
          {
            "node": "Enrich Prospects",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}