{
  "name": "Create a Telegram customer support bot with GPT4-mini and Google Docs knowledge",
  "nodes": [
    {
      "id": "f611e34d-0de9-42b7-b438-bc522817f9ba",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        180,
        180
      ]
    },
    {
      "id": "7c968986-dcc4-4a26-bedf-5a5f9c75d2dc",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        340,
        180
      ]
    },
    {
      "id": "fd291678-8522-4e00-94bc-7033689f14b3",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        480,
        180
      ]
    },
    {
      "id": "d3e871cb-48b9-4921-8376-359f53e40942",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -100,
        0
      ]
    },
    {
      "id": "8deb9aa3-4b45-4737-a6a5-4311fb460b04",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        680,
        0
      ]
    },
    {
      "id": "eac2e88c-0c0f-4451-bbe2-915de6e9ab1a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -100
      ],
      "parameters": {
        "width": 300,
        "height": 500,
        "content": "Telegram Trigger"
      }
    },
    {
      "id": "c99be9a9-7368-4b22-be65-26108f8dc23a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        120,
        -100
      ],
      "parameters": {
        "width": 500,
        "height": 500,
        "content": "Telegram Trigger"
      }
    },
    {
      "id": "ba596aa6-e6fb-4df4-9bdb-7b75536cfbf6",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        -100
      ],
      "parameters": {
        "width": 280,
        "height": 500,
        "content": "Telegram Trigger"
      }
    },
    {
      "id": "ccf10ec2-eae2-47be-9be7-7bf7b3d974cb",
      "name": "Customer Support AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "ac9ffbcd-0b7a-421e-92f4-5e367d6ba4c9",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -600,
        -100
      ],
      "parameters": {
        "width": 360,
        "height": 500,
        "content": "🤖 AI Customer Support Agent with Google Docs Knowledge (Telegram + OpenAI)\n\nThis no-code workflow turns your Telegram bot into an intelligent, always-on AI support agent that references your business "
      }
    }
  ],
  "connections": {
    "Google Docs": {
      "ai_tool": [
        [
          {
            "node": "Customer Support AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Customer Support AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "Customer Support AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Customer Support AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Customer Support AI Agent": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}