{
  "name": "AI-powered lead enrichment with Explorium MCP & Telegram",
  "nodes": [
    {
      "id": "27c106c6-24a4-4165-babf-05d1bfffcd7a",
      "name": "AI Lead Enrichment Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -260,
        240
      ]
    },
    {
      "id": "218ba438-70a9-47e5-9998-926dc1a3ff1f",
      "name": "OpenAI GPT-4",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -300,
        700
      ]
    },
    {
      "id": "3a88ee73-7b4f-4907-b1d0-b1fe81b645d4",
      "name": "Explorium B2B Data",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        640,
        80
      ]
    },
    {
      "id": "d6b05d01-1d79-4030-8a1d-e27726ac5567",
      "name": "Research Tools Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        -340
      ],
      "parameters": {
        "width": 320,
        "height": 540,
        "content": "## 🔍 Research Tools\n\n**Explorium MCP**: Access to comprehensive B2B database\n- Company information\n- Contact details\n- Firmographic data\n- Technology stack\n\n**Tavily Search**: Real-time web intelligen"
      }
    },
    {
      "id": "9b1e621c-52e0-496f-b681-f10cbb5da336",
      "name": "AI Engine Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        420
      ],
      "parameters": {
        "width": 300,
        "height": 420,
        "content": "## 🧠 AI Engine\n\n**Model**: GPT-4 for superior reasoning\n**Memory**: PostgreSQL for conversation persistence\n**Temperature**: 0.3 for consistent outputs\n\n**Capabilities**:\n- Multi-source data synthesis"
      }
    },
    {
      "id": "c3fdabc4-fd4f-41e6-be22-0b32073f9229",
      "name": "Tavily Web Intelligence",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        520,
        60
      ]
    },
    {
      "id": "54989a4a-9130-4d9e-ad1f-8ac7f8cc2064",
      "name": "Conversation Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryPostgresChat",
      "position": [
        -400,
        740
      ]
    },
    {
      "id": "3a9b4ace-9bd2-4a88-8cd6-453a1c4b2d0b",
      "name": "Telegram Input",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -740,
        260
      ]
    },
    {
      "id": "2502dce6-b351-40a4-bf40-3a83f2fa56ef",
      "name": "Telegram Response",
      "type": "n8n-nodes-base.telegram",
      "position": [
        220,
        240
      ]
    },
    {
      "id": "ef8399ba-9702-499f-baa9-01d4fc7db6a6",
      "name": "🚀 Workflow Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -940,
        -40
      ],
      "parameters": {
        "width": 400,
        "height": 880,
        "content": "## 🚀 AI Lead Enrichment \n\n### What this workflow does:\n1. **Receives** company info via Telegram\n2. **Researches** using Explorium B2B data + Tavily web search\n3. **Analyzes** business model, tech sta"
      }
    },
    {
      "id": "8c79237c-0f86-45c9-874f-592d385f06df",
      "name": "⚙️ Setup Guide",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        340
      ],
      "parameters": {
        "width": 300,
        "height": 400,
        "content": "## ⚙️ Configuration Steps\n\n### 1. API Credentials\n- Add OpenAI API key to GPT-4 node\n- Configure Explorium MCP authentication\n- Set Tavily API key in web search node\n- Create Telegram bot and add toke"
      }
    }
  ],
  "connections": {
    "OpenAI GPT-4": {
      "ai_languageModel": [
        [
          {
            "node": "AI Lead Enrichment Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Input": {
      "main": [
        [
          {
            "node": "AI Lead Enrichment Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Explorium B2B Data": {
      "ai_tool": [
        [
          {
            "node": "AI Lead Enrichment Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Conversation Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Lead Enrichment Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Tavily Web Intelligence": {
      "ai_tool": [
        [
          {
            "node": "AI Lead Enrichment Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "AI Lead Enrichment Agent": {
      "main": [
        [
          {
            "node": "Telegram Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}