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.
Automatically Notify Telegram Subscribers of New RSS Articles
Keep your Telegram subscribers informed by automatically sending them updates whenever new articles are published in your RSS feed.
MakeFreeAutomatically Forward ClickSend SMS to Telegram
This workflow automatically forwards incoming SMS messages received via ClickSend to a specified Telegram chat, ensuring you never miss an important message.
Make$2.99Notify Telegram Bot of New Tasks in Harvest
Automatically send a message to a Telegram Bot whenever a new task is created in Harvest, keeping your team informed in real-time.
MakeFreeAutomate Telegram Giveaways for Channel Subscribers
Streamline your Telegram giveaways by automating participant verification and winner selection, ensuring only channel subscribers can enter.
n8n$19.99Automatically Create SwiftKanban Cards from New Telegram Messages
This workflow automatically generates a new card in SwiftKanban whenever a new message is received on Telegram, streamlining task management.
MakeFreeForward Telegram Messages to Circle Community
Automatically send messages received by your Telegram bot to your Circle community, ensuring seamless communication.
MakeFreeAutomatically Notify Telegram Channel on Pneumatic Process Completion
This workflow sends a notification to a specified Telegram channel whenever a Pneumatic process is completed, ensuring timely updates.
MakeFreeAutomate Newsletter Creation from Telegram Keywords Using Dumpling AI and OpenAI
This workflow streamlines the process of generating professional email newsletters from keywords received in Telegram. It leverages Dumpling AI and OpenAI to automate news gathering, content generation, and email delivery, saving time and ensuring consistency.
n8n$14.99Automate KlickTipp Contact Management with Telegram AI Bot
Streamline your KlickTipp contact management by integrating it with a Telegram AI bot. This workflow allows you to manage contacts and automate email tasks using natural language commands via Telegram.
Make$3.99Automate Daily and On-Demand Weather Updates to Telegram
This n8n workflow sends daily and on-demand weather updates to your Telegram chat using real-time data from OpenWeatherMap. It supports scheduled daily notifications and manual lookups via a form.
n8n$9.99Automatically Forward New Zoho Mail Emails to Telegram
Streamline your communication by automatically sending new emails from a specified Zoho Mail folder to a Telegram chat.
Make$3.99Automatically Transcribe Telegram Voice Messages with Google Cloud Speech
This workflow automatically transcribes new voice messages received in Telegram using Google Cloud Speech and sends the transcribed text back to the specified Telegram channel or group.
Make$4.99Automate LinkedIn Post Creation from Event Notes via Telegram and Google Calendar
This workflow streamlines the process of transforming event notes into professional LinkedIn posts. By sending a message through Telegram, the system matches your notes with Google Calendar events, enriches the data, and generates a polished LinkedIn post using AI, all while saving the information to Supabase for future reference.
n8n$14.99Automate Telegram Message Transcription and AI Replies with ChatGPT
Streamline your communication by automatically transcribing Telegram messages and generating AI-powered responses using ChatGPT.
Make$4.99Automate Transcription and Summarization of Telegram Voice Notes to Google Docs
This workflow automates the transcription of Telegram voice notes using OpenAI and summarizes them with DeepSeek, saving both outputs to Google Docs.
n8n$9.99Automate AI-Driven Responses with Perplexity AI and ChatGPT via Telegram
Leverage Perplexity AI and ChatGPT to generate intelligent responses and seamlessly deliver them to your Telegram chats, enhancing communication efficiency.
Make$3.99Automate Daily Currency Exchange Rate Updates to Telegram
Automatically retrieve daily currency exchange rates from the Czech National Bank and send them to your Telegram chat.
MakeFreeAutomatically Send PrintNode Computer Details via Telegram Bot
Automatically send detailed information about computers from PrintNode to a Telegram bot whenever a message is received.
Make$3.99Delete Dialogflow Intents via Telegram Commands
## Delete a Dialogflow Intent via Telegram ✂️🗑️ This workflow allows you to delete a specific Dialogflow intent simply by sending the keyword `delete` through Telegram. It's designed for quick and safe deletions from your mobile device, without needing to access the Dialogflow console. --- ### ✨ What does this workflow do? 1. **Listens for Telegram messages** using the `Telegram Trigger` node. 2. **Validates the user ID** through the `User validation by ID` node, ensuring only authorized users can trigger the deletion. 3. **Checks if the message equals `delete`** using the `Keyword validation` node. 4. If both checks pass: - Performs an HTTP GET request via `HTTP Request GET NAME` to **retrieve the name of the intent** (used in the confirmation message). - Adds a small delay using `simulated delay`. - Then executes a DELETE request to the Dialogflow API via the `HTTP Request DELETE` node to **delete the intent**. - Sends a Telegram confirmation message through the `Confirmation message` node. 5. If the user ID or keyword is invalid: - Responds with a custom message using either `Invalid user message` or `Invalid keyword message`. --- ### 📌 Requirements - A valid **Google API credential** (Service Account) set up in n8n. - Obtain your `PROJECT_ID` and `INTENT_ID` from the URL of the intent in Dialogflow: --- ### “💡 Use Cases - Delete test or unused intents **without opening Dialogflow**. - Automate cleanup of outdated intents. - Allow controlled Telegram-based access for specific users to delete intents remotely.
n8n$14.99Automatically Save Telegram Photos to OneDrive
Effortlessly back up photos from your Telegram messages to a specified OneDrive folder, ensuring your media is securely stored and easily accessible.
Make$3.99Instant Notifications for New Stripe Purchases via Email, Telegram, and WhatsApp
Receive immediate notifications on Gmail, Telegram, and WhatsApp whenever a customer completes a Stripe checkout. This workflow captures all purchased items in a session and sends detailed alerts to your preferred communication channels.
n8n$9.99Automate Telegram Notifications for New Basin Form Submissions
This workflow automatically sends Telegram messages for new form submissions received in Basin, ensuring you stay updated without manual checks.
MakeFreeRetrieve Deadlock Game Match Statistics and Send to Telegram
Deadlock Match Stats Bot is an automated workflow for n8n designed to send detailed player statistics from the most recent Deadlock match directly to Telegram. When the user sends the /match command to the Telegram bot, the workflow performs the following steps: - Loads the HTML content of the player's profile page from deadlocktracker.gg using a preconfigured Steam ID. - Extracts the most recent match ID using a regular expression from the embedded JavaScript data. - Loads the HTML page for the specified match. - Parses the match page using cheerio to extract relevant data for each player, including their nickname, selected hero, and current rank. - Formats the collected information into a single message and sends it to the Telegram chat that issued the command.
n8n$4.99AI Text-to-Image for Telegram (Gemini + Hugging Face FLUX)
Turn text prompts into stunning AI-generated images—automatically! ## What it does? This workflow lets your Telegram bot: 1. Receive a user's image description (e.g., a cyberpunk cat wearing sunglasses). 2. Refine the prompt using AI (Gemini/OpenAI) for better results. 3. Generate the image via Hugging Face's free API (no costs!). 4. Send the final image back to the user—all in seconds! ## How It Works? - **Telegram Trigger** Listens for user messages (e.g., “/image a futuristic cityscape”). - **AI Prompt Refinement** Uses Google Gemini (or OpenAI) to optimize the input for the image model. - **AI Image Generation** Calls Hugging Face's Together API (free tier) to create the image. Supports models like black-forest-labs/FLUX.1-schnell. - **Auto-Delivery** Downloads the image and sends it in the Telegram chat. ## Setup Guide (3 Minutes!) ### 1. **Prerequisites** - An n8n instance (cloud/self-hosted). - A Telegram bot token (get it from @BotFather). - A Hugging Face API token (free: https://huggingface.co/). ### 2. **Installation** - Import the JSON template into n8n. - Replace placeholders: - Telegram API token (in the Telegram nodes). - Hugging Face API token (in the HTTP Request node). (Optional) Swap Gemini for OpenAI if preferred. ### 3. **Done!** Activate the workflow—your bot is now ready to create stunning images! Simply send a command like: “Hey, generate an image of a warrior standing on top of a mountain.” You can keep your prompt casual or get as detailed as you like. The AI will interpret your request and craft a full, descriptive prompt for image generation. For example: “Generate an image of a warrior wearing tattered clothes, chest out, standing on a snowy mountain.” ## Why Use This Template? 1. 100% Free - Uses Hugging Face's free tier (no OpenAI costs). 2. No Coding - Fully visual n8n workflow. 3. Customizable - Swap AI models (Gemini/OpenAI) or image APIs. 4. Instant Results - Users get images in seconds.
n8n$9.99
More integrations
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work