Automate Telegram chat responses using Google Gemini
Automate Telegram Chat Responses Using Google Gemini By [WeblineIndia](https://n8n.io/creators/weblineindia/) --- ⚡ TL;DR (Quick Steps) 1. Create a Telegram bot using [@BotFather](https://t.me/BotFather) and copy the ...
Template notes
Automate Telegram Chat Responses Using Google Gemini
By [WeblineIndia](https://n8n.io/creators/weblineindia/)
---
⚡ TL;DR (Quick Steps) 1. Create a Telegram bot using [@BotFather](https://t.me/BotFather) and copy the API Token. 2. Obtain Google Gemini API Key via Google Cloud. 3. Set up the n8n workflow: - Trigger: Telegram message received. - AI Model: Google Gemini generates response. - Output: AI reply sent back to user via Telegram. 4. Customize the system prompt, model, or message handling to suit your use case.
---
🧠 Description This n8n workflow enables seamless automation of real-time chat replies in Telegram by integrating with Google Gemini's Chat Model. Every time a user sends a message to your Telegram bot, the workflow routes it through the Gemini AI, which analyzes and crafts a professional response. This reply is then automatically delivered back to the user.
The setup acts as a lightweight but powerful chatbot system — ideal for businesses, customer service, or even personal productivity bots. You can easily modify its tone, intelligence level, or logging mechanisms to cater to specific domains such as sales, tech support, or general Q&A.
---