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.
Automate Daily Meeting Notifications to Telegram
This workflow automates the process of sending a daily list of meetings to a designated Telegram channel. By integrating Google Calendar and Telegram, it ensures that users receive timely notifications of their scheduled meetings without having to...
n8n$16.44Automate Google Play Review Analysis with Bright Data and Telegram Alerts
This n8n workflow automates the collection and analysis of Google Play Store reviews using Bright Data for scraping, Google Sheets for data storage, and Telegram for alert notifications. It helps monitor app performance and sends alerts for low-rated apps.
n8n$14.99Telegram Schedule Automation for Nostr Reporting
This workflow automates the process of extracting themes and insights from Nostr threads and sending reports via Gmail and Telegram. It utilizes various nodes to convert markdown into HTML, manage Gmail interactions, and employ AI-driven language ...
n8n$9.99Automate Email Notifications via Telegram with GitHub Gists
The 'Telegram Wait Send Webhook' workflow automates the process of receiving email notifications and delivering them directly to your Telegram chat. This is particularly useful for individuals and businesses who want to stay updated on incoming em...
n8n$15.99Daily Journal Reminder Automation via Telegram
This workflow automates the process of sending a daily journal reminder via Telegram, encouraging users to reflect on their previous day's activities. Every morning at 6 AM, it triggers a reminder that prompts users to think about what they accomp...
n8n$12.99Telegram Webhook Automation for Package Management
This workflow is designed to facilitate real-time notifications for package management through Telegram. It utilizes a webhook to trigger actions based on specific events, allowing users to receive instant updates regarding the status of their pac...
n8n$6.99Telegram Smart Bot for Parents Automation
The Telegram Smart Bot for Parents Automation is designed to assist parents in organizing their daily tasks and reducing their cognitive load. This workflow utilizes the Telegram messaging platform to trigger intelligent responses based on user in...
n8n$4.99Telegram Schedule Update Webhook for Prescription Management
The 'Telegram Schedule Update Webhook' workflow is designed to streamline the management of prescription updates in the healthcare sector. By leveraging the power of n8n, this workflow allows healthcare professionals to automate notifications and ...
n8n$4.99Telegram Limit Process Webhook
The 'Telegram Limit Process Webhook' workflow is designed to efficiently manage and limit the number of messages processed from a Telegram channel. By utilizing webhooks, this automation captures incoming messages in real-time and ensures that onl...
n8n$9.99Automated AI Image Analysis and Response via Telegram
This workflow automates image analysis and responses through Telegram, enhancing lead nurturing in CRM.
n8n$12.99Twitter and Telegram Notification for New WooCommerce Products
Automatically notify your Twitter and Telegram followers about new products added to your WooCommerce store.
n8n$9.99Auto-Post Dev.to Articles to LinkedIn with Airtable Tracking & Telegram Alerts
**Problem This Solves:** For developers and creators, consistently posting quality content on LinkedIn can be time-consuming. This workflow automates the process by: - Fetching the latest Dev.to articles - Posting them to LinkedIn twice daily - Preventing duplicates using Airtable - Sending success alerts to Telegram This ensures you're always active on LinkedIn, with zero manual effort. **Who This Template Is For** - Developers who want to build their presence on LinkedIn - Tech creators or solo founders looking to grow an audience - Community/page managers who want regular, curated content - Busy professionals aiming for consistent LinkedIn engagement without doing it manually **Workflow Breakdown** This automation runs twice a day (9:00 AM and 7:00 PM) and performs the following steps: - Fetches Dev.to articles based on a tag - Checks Airtable to avoid reposting the same article - Posts to LinkedIn if it's new - Sends a Telegram message after posting successfully **Step-by-Step Setup Instructions** 1. **Airtable Configuration** Create a new base in Airtable with just one table and one column: Table Name: PostedArticles Column: - ArticleID (Single line text - stores the unique ID of each Dev.to article posted) This column is used to track posted articles and prevent duplicates. 2. **Dev.to API Setup** Use the following endpoint in the HTTP Request node: ``` https://dev.to/api/articles?tag=YOUR_TAG_HERE&per_page=10 ``` Replace YOUR_TAG_HERE with a tag like android, webdev, ai, etc. 3. **Telegram Bot Setup** Open @BotFather in Telegram and create a new bot Save the bot token Get your chat ID using @userinfobot or via Telegram API Add a Telegram node in n8n using this token and chat ID This will notify you when a post is successfully published. 4. **LinkedIn Setup** Create a LinkedIn Developer App Use OAuth2 to connect it in n8n Choose to post on either a user profile or a company page 5. **n8n Workflow Structure** Here's the basic structure of the workflow: - Cron Node - Triggers at 9:00 AM and 7:00 PM daily - HTTP Request - Fetches latest articles from Dev.to - Airtable Search - Checks if ArticleID already exists - IF Node - Filters new vs. already-posted articles - LinkedIn Post - Publishes new article - Airtable Create - Saves the new ArticleID - Telegram Message - Sends success confirmation **Customization Tips** - Change the Dev.to tag in the API URL - Modify LinkedIn post format (add hashtags, emojis, personal notes) - Adjust posting times in the Cron node - Use additional filters (e.g., only post articles with a cover image or certain word count)
n8n$9.99Create Telegram Alerts for New WooCommerce Orders
The 'Create Telegram Alerts for New WooCommerce Orders' workflow is designed to streamline communication for e-commerce businesses using WooCommerce. By automating Telegram notifications for new orders, this workflow ensures that relevant team mem...
n8n$12.99Automate Daily AI News Delivery via Telegram with Perplexity
Streamline your daily news updates with this automated workflow that fetches AI news and delivers it through Telegram.
n8n$15.99Conversational AI Chatbot with Google Gemini for Telegram
This workflow integrates a conversational AI chatbot powered by Google Gemini, designed specifically for Telegram. It facilitates seamless communication by analyzing user messages and providing contextually relevant responses in both text and imag...
n8n$19.99Send Telegram Messages on RSS Feed Updates
This workflow automates the process of sending Telegram messages whenever a new entry is detected in a specified RSS feed. By leveraging the capabilities of n8n, the workflow reads the RSS feed at regular intervals and checks if there are any new ...
n8n$9.99Telegram AI Bot Assistant for Voice and Text Messages
An automated workflow that leverages OpenAI's GPT-4o model to assist users via Telegram with voice and text interactions.
n8n$4.99Create a Telegram reply message for new AI-generated chat completions
This template sends a Telegram reply message for every new AI-generated chat completion using Perplexity AI. Enhance communication with instant updates directly in Telegram.
Make$2.99Curate Hackernews, Make a brief audio news and Delivery to Telegram
This template automates a full “news curation → AI briefing → audio generation → Telegram delivery” workflow. It begins by requesting the Hacker News top-stories list and slicing the first 30 IDs. Each ID is iterated to fetch detailed items such as title and URL. The aggregator then collects all fetched stories into a single array, forming the dataset used in the AI prompt. An OpenAI Chat Completion module receives the full list of stories and a predefined set of user interests. It produces a JSON output containing: a newsroom-style briefing summarizing the most relevant items, written to be TTS-friendly, and an array of selected stories with their title and URL. The module’s text output is parsed into structured JSON for later processing. The scenario then branches into two routes. Route 1 composes a textual summary listing the chosen items, aggregates them into a single formatted string, and sends the message to a Telegram chat. Route 2 uses the briefing text to generate Korean speech via Typecast. The produced audio file is then sent to the same Telegram channel with a daily timestamped filename. All steps are fully automated, require no manual input, and run on demand. Variables and aggregators ensure that multiple items are processed correctly, while the router enables simultaneous text and audio delivery. The result is a compact, reliable workflow for receiving personalized Hacker News briefings directly in Telegram.
Make$9.99Send updates from Telegram to Google Sheets and generate parsed responses with ChatGPT
A ready-to-use Make workflow that connects Telegram, Perplexity-ai, Openai-gpt-3. Send updates from Telegram to Google Sheets and generate parsed responses with ChatGPT. Customize and deploy in minutes.
Make$4.99Automate Image Enhancement and Expansion for Telegram with AI
This n8n workflow enhances and expands images received via a Telegram bot using AI tools like Replicate's CodeFormer and LightX. It processes images to improve quality, adjust dimensions to a 3:2 ratio, and uploads the results to AWS S3, providing a public URL back to the user.
n8n$24.99Send automated replies on Telegram based on updates from your chat using Perplexity AI completions
Automatically respond to Telegram chat updates using AI. Watch updates, generate AI completions, and send replies with Telegram and Perplexity AI.
Make$3.99Send a Telegram message for every new article from RSS feed using ChatGPT to create content
A ready-to-use Make workflow that connects Rss, Openai-gpt-3, Telegram. Send a Telegram message for every new article from RSS feed using ChatGPT to create content. Customize and deploy in minutes.
Make$4.99Receive Telegram Alerts for High-Quality Leads via MadKudu and Hunter
Automatically analyze form submissions with MadKudu and Hunter, and receive Telegram alerts for high-quality leads. This workflow helps you focus on the most promising prospects by evaluating their potential based on predefined criteria.
n8n$9.99
More integrations
Need a custom Telegram workflow?
Our automation experts build tailored Telegram integrations for your exact stack.
Request a Custom Workflow