Telegram Automation Workflows
1,646 ready-made Telegram workflows for n8n, Make, Zapier, Activepieces, and Pipedream. Bots, alerts, and AI assistants delivered straight to Telegram chats and channels.
Integrate DeepSeek AI with Telegram for Contextual Conversations
This n8n workflow connects a DeepSeek AI agent with Telegram to deliver personalized, context-aware responses using long-term memory capabilities.
n8n$14.99Automate Stock Chart Analysis with GPT-4 Vision and Telegram
This n8n workflow automates the analysis of stock charts using GPT-4 Vision and sends the results via Telegram. It provides real-time insights by leveraging AI to interpret stock trends and market sentiment.
n8n$4.99Automate Video Creation from Telegram Images Using AI and Seedance
This workflow automates the process of transforming images sent via Telegram into engaging short-form videos using AI and Seedance. It captures images, generates video prompts, and delivers the final video back to the user.
n8n$14.99Automate Expense Tracking from Receipt Photos with Telegram and Google Sheets
Effortlessly track expenses by sending receipt photos to your Telegram bot, using OCR.space to extract data and log it in Google Sheets.
n8n$4.99Automate Telegram Reminders with GPT-4 and Airtable Integration
This workflow automates the creation and management of reminders via Telegram, using GPT-4 for natural language processing and Airtable for storage. Users can set reminders, receive notifications, and cancel them with unique codes.
n8n$14.99Automate Google Calendar Management with Voice Commands via Telegram and GPT-4
This n8n workflow turns your Telegram bot into a personal AI calendar assistant, enabling voice and text command management of Google Calendar using GPT-4 and LangChain.
n8n$14.99Automate TikTok Video Downloads Without Watermarks Using n8n and Telegram
This n8n workflow automates the process of downloading TikTok videos without watermarks. Users simply send a video link to a Telegram bot, and the workflow retrieves the video in high quality and sends it back through Telegram.
n8n$9.99Automate Airbnb Searches via Telegram with AI and Voice Support
This workflow creates a smart Telegram bot that helps users find Airbnb accommodations using natural language and voice inputs, leveraging AI for personalized recommendations.
n8n$9.99Create an AI Knowledge Assistant with RAG and RLHF via Telegram
This workflow automates the creation of an AI-powered knowledge assistant using retrieval-augmented generation (RAG) and reinforcement learning from human feedback (RLHF) through Telegram. It streamlines knowledge management by importing and indexing documentation into MongoDB for efficient semantic search and continuously improves AI responses with user feedback.
n8n$14.99Automate Subscription Tracking and Reminders with GPT-4, Telegram, and Google Sheets
This workflow automates the management of subscription billing reminders and data updates using Telegram and Google Sheets, powered by GPT-4. It checks for upcoming due subscriptions daily at 8:00 AM, formats the information, and sends reminders to users, enhancing efficiency and accuracy.
n8n$14.99Automate Daily Weather Updates via Telegram Using OpenWeatherMap
Automatically receive daily weather reports on Telegram, including current conditions and a 5-day forecast, using OpenWeatherMap data.
n8n$9.99Automate Technical Stock Analysis with Telegram, Airtable, and AI
This workflow automates the process of technical stock analysis using Telegram for communication, Airtable for data storage, and AI for analysis. It allows traders and analysts to receive real-time insights without manual intervention.
n8n$24.99Telegram AI Bot-to-Human Handoff for Sales Calls
### This n8n template demonstrates an approach to perform bot-to-human handoff using Human-in-the-loop functionality as a switch. In this experiment, we play with the idea of states we want our agent to be in which controls its interaction with the user. * **First state** - the agent is onboarding the user by collecting their details for a sales inquiry. After which, they are handed-off / transferred to a human to continue the call. * **Second state** - the agent is essentially deactivated as further messages to the bot will not reach it. Instead, a canned response is given to the user. The human agent must reactivate the bot by completing the human-in-the-loop form and give a summary of their conversation with the user. * **Third state** - the agent is reactivated with the context of the human-to-user conversation and is set to provide after-sales assistance. A tool is made available to the agent to again delegate back to the human agent when requested. ### How it works * This template uses Telegram to handle the interaction between the user and the agent. * Each user message is checked for a session state to ensure it is guided to the right stage of the conversation. For this, we can use Redis as a simple key-value store. * When no state is set, the user is directed through an onboarding step to attain their details. Once complete, the agent will transfer the user to a human agent - technically, all this involves is an update to the session state and a message to another chat forwarding the user's details. * During this human state, the agent cannot reply to the user and must wait until the human transfers the conversation back. The human can do this by replying to the human-in-the-loop message with a summary of their conversation with the user. This session state now changes to bot and the context is implanted in the agent's memory so that the agent can respond to future questions. * At this stage of the conversation, the agent is now expected to handle and help the user with after-sales questions. The user can at any time request transfer back to the human agent, repeating the previous steps as necessary. ### How to use * Plan your user journey! Here is a very basic example of a sales inquiry with at most 3 states. More thought should be developed when many more states are involved. * You may want to better log and manage session states so no user is left in limbo. Try connecting the user and sessions to your CRM. * Note, the Onboarding agent and After-Sales agent have separate chat memories. When adding more agents, it is recommended to continue having separate chat memories to help focus between states. ### Requirements * Telegram for chatbot & interface * Redis for session store and chat memory * OpenAI for AI agent ### Customizing this workflow * Not using Telegram? This template works with WhatsApp and other services with equivalent functionality.
n8n$24.99Build a Customer Support FAQ Agent with GPT-5, Telegram & Pinecone
RAG-Based Customer Support Agent (GP-5 + Telegram) Description: This workflow builds a powerful Retrieval-Augmented Generation (RAG) Customer Support Agent that interacts with users directly through Telegram using the GP-5 model. It combines real-time conversational capabilities with context-aware responses by leveraging vector search via Pinecone, making it ideal for automated, intelligent support systems. Watch Video Tutorial Build on Workflows Like These: https://www.youtube.com/@Automatewithmarc **Key Features:** - **Telegram Integration:** Listens to customer queries via the Telegram trigger node and sends back intelligent responses in the same chat. - **GP-5 Agent (LangChain):** A powerful AI agent node orchestrates the conversation using OpenAI's GP-5 model. - **Contextual Memory:** A Memory Buffer stores the last 15 interactions per user to provide more personalized and coherent multi-turn conversations. - **RAG with Pinecone:** Integrates with Pinecone to fetch relevant answers from your "Customer FAQ" vector namespace, enabling grounded and accurate responses. - **Embeddings Generation:** Uses OpenAI's Embeddings node to process and vectorize documents for retrieval. - **End-to-End AI Pipeline:** Connects all components from input to output, providing seamless and intelligent customer support. **Tech Stack:** - GP-5 via OpenAI API - Pinecone vector store (namespace: Customer FAQ) - Telegram Bot API - LangChain agent, memory, and embedding tools - n8n self-hosted or cloud instance **Ideal Use Cases:** - Automated customer support for e-commerce, SaaS, or community support - FAQ bots with up-to-date product or policy documents - Multilingual support agents (customizable via GP-5) **Setup Instructions:** 1. Set up your Telegram bot and insert credentials. 2. Add your OpenAI and Pinecone API keys. 3. Upload or index your support documents into the Customer FAQ namespace on Pinecone. 4. Deploy and test your Telegram bot.
n8n$9.99Automate Financial Management with AI via Telegram and WhatsApp
Leverage AI to automate financial transactions, generate insights, and communicate via Telegram or WhatsApp for streamlined financial management.
n8n$9.99TradingView Signal Extractor with Gmail, Google Sheets & Telegram Notifications
Stay ahead in your **trading game** with this powerful **n8n automation** workflow. Designed for real-time efficiency, this setup continuously **scans your Gmail inbox** for trading alerts from **TradingView** and ensures **you never miss a signal.** Every minute, this workflow will: - **Check Gmail** for new messages using a trigger. - **Identify** emails coming specifically from TradingView. - **Extract** key trading signals like **BUY** or **SELL** along with the company name. - **Capture** the exact date and time of the alert. - **Log** all extracted signals neatly into a **Google Sheet** for easy tracking and analysis. - **Instantly notify you on Telegram** with a custom message so you can act fast. Perfect for **traders** who want an **automated assistant** to handle **alerts, record them for analysis,** and provide timely updates - **all without lifting a finger.**
n8n$9.99Automate AI Image Generation and Logging with Telegram and Google Sheets
This workflow enables users to generate AI images via Telegram and log each request to Google Sheets. It seamlessly processes user prompts, generates images using OpenAI, and returns the images to the user while maintaining a log in Google Sheets.
n8n$4.99Automate Pet Grooming Social Media Posts and Bookings with AI and Telegram
Streamline your pet grooming business by automating Facebook posts and appointment bookings using AI, Google Sheets, and Telegram. This workflow ensures consistent social media presence and efficient booking management.
n8n$24.99Automate Weekly Google Analytics Insights with AI and Smart Email/Telegram Notifications
This workflow automates the extraction and analysis of Google Analytics data using AI, delivering insights via Gmail and Telegram. It ensures stakeholders receive positive updates while negative trends are promptly addressed.
n8n$9.99Automate Image Analysis from Forms to Telegram with OpenAI
This workflow automates the process of analyzing images submitted through forms using OpenAI's Vision model and sends the analysis results directly to a specified Telegram chat.
n8n$4.99Automate AI Image Generation via Telegram with Google Gemini
Transform user text inputs into high-quality AI-generated images using a Telegram bot integrated with Google's Gemini 2.0 Flash. This workflow enhances prompts for artistic detail and delivers images directly to Telegram.
n8n$9.99Automate Binance Market Analysis and Telegram Updates with AI
This workflow integrates Binance market data with AI-driven analysis to deliver comprehensive trading insights via Telegram. Ideal for traders seeking real-time, actionable market analysis.
n8n$14.99Advanced Cybersecurity Automation with GPT-4 and Telegram Integration
This workflow leverages GPT-4 and Telegram to provide a sophisticated cybersecurity assistant capable of executing commands, managing Google Calendar events, and conducting real-time web intelligence. It empowers security professionals with automation and intelligent command execution.
n8n$9.99Create Menu-Driven Telegram Bots with Command Handling
This workflow template enables the creation of Telegram bots that utilize menu-driven commands for structured interactions. It allows users to select commands from a menu, ensuring precise control and predictable bot behavior without relying on conversational AI.
n8n$14.99
More integrations
Need a custom Telegram workflow?
Our automation experts build tailored Telegram integrations for your exact stack.
Request a Custom Workflow