{
  "name": "Automated AI lead enrichment: Salesforce to Explorium for enhanced prospect data",
  "nodes": [
    {
      "id": "7b9667bd-8245-42e9-ac26-ffe57270b047",
      "name": "Salesforce Trigger",
      "type": "n8n-nodes-base.salesforceTrigger",
      "position": [
        -912,
        128
      ]
    },
    {
      "id": "fa2866a7-fcf5-4548-8f11-646ab2fa51c6",
      "name": "Update Lead",
      "type": "n8n-nodes-base.salesforce",
      "position": [
        496,
        128
      ]
    },
    {
      "id": "210875ef-3a63-424e-91b4-33d352d3db59",
      "name": "Extract Prospect IDs from Matched Results",
      "type": "n8n-nodes-base.code",
      "position": [
        -256,
        128
      ]
    },
    {
      "id": "b53e0084-5680-4a2a-a5b9-4e46dd8b041f",
      "name": "Filter non-matched",
      "type": "n8n-nodes-base.filter",
      "position": [
        -464,
        128
      ]
    },
    {
      "id": "4787e9f4-8235-462f-9ffa-72a183fe9664",
      "name": "Code - flatten",
      "type": "n8n-nodes-base.code",
      "position": [
        224,
        128
      ]
    },
    {
      "id": "7c787669-8605-4a4e-8df7-0cd173de7854",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        608
      ],
      "parameters": {
        "width": 760,
        "height": 1780,
        "content": "## Workflow Overview\n\n### Node 1: Salesforce Trigger\nThis node listens for real-time events from the connected Salesforce account, specifically monitoring for new lead creation events.\n\n- **Event**: l"
      }
    },
    {
      "id": "10d3214f-389e-4f90-bc4a-46d56c72b5a7",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1104,
        608
      ],
      "parameters": {
        "width": 640,
        "height": 620,
        "content": "# Automatically enrich leads in Salesforce using Explorium MCP\n\nThis n8n workflow streamlines the process of enriching lead information by automatically detecting new leads created in Salesforce, proc"
      }
    },
    {
      "id": "f171641a-78cc-4e5d-97b3-25db10e76e00",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        496,
        608
      ],
      "parameters": {
        "width": 600,
        "height": 620,
        "content": "## Workflow Flow Summary\n\n1. **Trigger**: Salesforce webhook triggers on new lead creation\n2. **Match**: Find prospect matches using Explorium based on lead data\n3. **Filter**: Keep only successfully "
      }
    },
    {
      "id": "7384c08e-c19a-4e48-a89a-f8b15ea61ae9",
      "name": "Explorium API",
      "type": "@exploriumai/n8n-nodes-explorium-ai.exploriumApiNode",
      "position": [
        -704,
        128
      ]
    },
    {
      "id": "9c8e556a-34e5-4866-8739-1930c425765a",
      "name": "Explorium API1",
      "type": "@exploriumai/n8n-nodes-explorium-ai.exploriumApiNode",
      "position": [
        -16,
        128
      ]
    }
  ],
  "connections": {
    "Explorium API": {
      "main": [
        [
          {
            "node": "Filter non-matched",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code - flatten": {
      "main": [
        [
          {
            "node": "Update Lead",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Explorium API1": {
      "main": [
        [
          {
            "node": "Code - flatten",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter non-matched": {
      "main": [
        [
          {
            "node": "Extract Prospect IDs from Matched Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Salesforce Trigger": {
      "main": [
        [
          {
            "node": "Explorium API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Prospect IDs from Matched Results": {
      "main": [
        [
          {
            "node": "Explorium API1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}