This template creates an AI-powered chatbot inside Telegram. It listens for incoming messages, processes them with OpenAI’s language model via n8n’s LangChain integration, and sends back intelligent, conversational responses. Perfect for building personal assistants, customer support bots, or fun interactive chat experiences with emojis and natural language.
Features
- Telegram Integration – Captures incoming messages using the Telegram Trigger node.
- AI-Powered Responses – Uses OpenAI’s Chat Model (via LangChain) to generate dynamic, context-aware replies.
- Customizable Prompts – The AI Agent node allows you to modify how the assistant responds (e.g., tone, style, or personality).
- Instant Replies – Sends responses back to the same chat via Telegram node, creating a seamless conversational loop.
- Emoji-Enhanced Interaction – Replies are styled to be friendly and engaging with emoji support
Requirements
- Telegram Bot – You’ll need a Telegram bot token (from @BotFather).
- OpenAI API Key – For using GPT-based responses.
- n8n Instance – Self-hosted or cloud n8n instance with the LangChain nodes enabled.