{
  "id": 40,
  "slug": "telegram-bot-n8n-automation-demo",
  "title": "Telegram Bot + n8n automation demo",
  "description": "Connect Telegram messages → n8n workflow → AI processing → reply with results.",
  "instructions": "Prerequisite: n8n self-hosted or cloud account. Telegram bot token from BotFather.",
  "tags": [
    "telegram",
    "n8n",
    "automation",
    "bot"
  ],
  "cover_emoji": "🤖",
  "author": "admin",
  "language": "en",
  "created_at": "2026-06-07T08:53:44.698708+00:00",
  "updated_at": "2026-06-07T08:53:44.698716+00:00",
  "url": "https://toolstory.ai/ru/stacks/wf/40/telegram-bot-n8n-automation-demo/",
  "view_count": 8,
  "is_featured": false,
  "forked_from": null,
  "stats": {
    "ratings": 1,
    "comments": 1,
    "forks": 0,
    "bookmarks": 0
  },
  "steps": [
    {
      "order": 1,
      "title": "Receive Telegram message via webhook",
      "description": "Set up an n8n trigger node listening to the Telegram bot webhook URL.",
      "kind": "tool",
      "tool": {
        "id": 71872,
        "name": "n8n",
        "slug": "n8n",
        "domain": "n8n.io",
        "website": "https://n8n.io",
        "catalog_url": "https://toolstory.ai/tools/71872/n8n/"
      }
    },
    {
      "order": 2,
      "title": "Process with LLM",
      "description": "Send the user message to OpenAI / Claude for parsing and intent extraction.",
      "kind": "tool",
      "tool": null
    }
  ]
}