Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
This workflow turns a Telegram bot into a general-purpose conversational AI assistant. Every message is answered by an AI Agent (GPT-5) with access to 4 tools: real-time web search (Perplexity), Wikipedia, a calculator, and an internal reasoning tool. Each Telegram chat keeps its own short-term memory.
Flow diagram:
Telegram Trigger -> Configuration -> Has Text Message (Filter) -> Conversational Assistant (AI Agent) -> Send Reply
|-- OpenAI Chat Model (GPT-5)
|-- Simple Memory (Per Chat)
|-- Search the web with Perplexity (tool)
|-- Wikipedia (tool)
|-- Calculator (tool)
|-- Think (tool)
/newbot, copy the bot token.
Telegram Trigger (n8n-nodes-base.telegramTrigger), version 1.3