{
  "name": "Analyze Telegram messages with OpenAI and send notifications via Gmail & Telegram",
  "nodes": [
    {
      "id": "03f91259-1267-47a5-a800-ee43eeb5c14b",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        140,
        -20
      ]
    },
    {
      "id": "cd4938c9-a17d-4fa4-befb-6d94593bfcc3",
      "name": "Airbnb Execute",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        380,
        -20
      ]
    },
    {
      "id": "4da332a0-e790-4d44-b253-4cc0813ad66b",
      "name": "Brave Search",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        620,
        -20
      ]
    },
    {
      "id": "d8747d9c-99ff-46ae-ba58-3f8f7741b929",
      "name": "Brave Execute",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        740,
        -20
      ]
    },
    {
      "id": "5c9af150-f91c-49c7-9a77-e4d643232fcc",
      "name": "FireCrawl Execute",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        860,
        -20
      ]
    },
    {
      "id": "c3bec882-e325-4024-bd24-e4103824b6f0",
      "name": "FireCrawl List",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        980,
        -20
      ]
    },
    {
      "id": "910ed907-cfc5-477f-b535-97dc290681c1",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        260,
        -20
      ]
    },
    {
      "id": "b957de5e-fd00-4b51-86f0-0c1d273a7c2f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        -940
      ],
      "parameters": {
        "width": 1620,
        "height": 1060,
        "content": "# 🤖 AI Telegram Analysis + Alerts (📧|✉️)\n\n## 🛠️ Tools\n- 🏠 Airbnb MCP \n- 🔥 Firecrawl  MCP\n- 🦁 Brave  MCP\n\n### 👥 Ideal For\nTeams needing AI-powered Telegram message processing with cross-platform alerts"
      }
    },
    {
      "id": "03ee6c13-8a0f-42e9-8b23-c6d2661f9493",
      "name": "Listen for Telegram Updates",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -20,
        -240
      ]
    },
    {
      "id": "09cb5c10-a4d3-4843-bb4d-e977f1acfd7a",
      "name": "Analyze Message with AI",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        472,
        -240
      ]
    },
    {
      "id": "bd101167-4a72-41c4-b71d-fbbf817d9c88",
      "name": "Send Gmail Notification",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1180,
        -340
      ]
    },
    {
      "id": "2efdc983-52f2-4db6-889b-3696299f564c",
      "name": "Send Telegram Alert",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1180,
        -140
      ]
    },
    {
      "id": "7800165a-48da-4362-9629-9c74414bbd53",
      "name": "Airbnb Search",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        500,
        -20
      ]
    }
  ],
  "connections": {
    "Brave Search": {
      "ai_tool": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Airbnb Search": {
      "ai_tool": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Brave Execute": {
      "ai_tool": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Airbnb Execute": {
      "ai_tool": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "FireCrawl List": {
      "ai_tool": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "FireCrawl Execute": {
      "ai_tool": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Send Telegram Alert": {
      "main": [
        []
      ]
    },
    "Analyze Message with AI": {
      "main": [
        [
          {
            "node": "Send Telegram Alert",
            "type": "main",
            "index": 0
          },
          {
            "node": "Send Gmail Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Listen for Telegram Updates": {
      "main": [
        [
          {
            "node": "Analyze Message with AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}