Telegram rag workflow

★ 6.1 · n8n · medium · 9 nodes

Telegram rag workflow is an n8n automation template that runs on a webhook trigger and delivers a RAG-powered Telegram bot for querying a fleet dataset or any connected knowledge base. Reach for it when your dispatchers want to ask questions about vehicles or documents right inside Telegram without building a separate app, or when you need a quick natural-language interface over structured data without custom development. The template is built in n8n; a webhook receives the incoming Telegram message, passes it through a retrieval-augmented generation chain, and sends the answer back to the chat. Trigger: Webhook. Integrations: Telegram. The exact node count and vector store configuration are defined in the source template. The workflow handles inbound user queries and returns generated answers — not alert parsing or CRM sync (separate fleet-management templates with IMAP and Kommo cover those directions). Works well for teams that need a lightweight RAG interface over existing data; not suitable if Telegram is blocked in your infrastructure or a full web chat UI is required.