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 Telegram to Notion with AI-Powered Summaries
Streamline your workflow by automatically saving Telegram messages, voice notes, and audio files to Notion, complete with AI-generated summaries for quick insights.
n8n$14.99Automate Bug Tracking with GitHub Issues and Telegram Alerts Using AI
Streamline bug tracking by creating GitHub issues from webhook inputs, classifying them with AI, and sending alerts via Telegram. This workflow enhances efficiency by automating the classification and notification of critical issues.
n8n$14.99Automate Personalized Workout Plans via Telegram with Google Gemini AI
This workflow automates the creation of personalized 7-day workout plans by analyzing user photos or text inputs through a Telegram bot. It leverages Google Gemini AI for image and text analysis and LangChain for conversational flow, delivering tailored fitness routines directly to users.
n8n$14.99Automate Real Estate Market Sentiment Analysis and Alerts with ScrapeGraphAI and Telegram
This workflow automates the analysis of real estate market sentiment by scraping forums and news sources, performing sentiment analysis, and sending AI-powered investment alerts via Telegram.
n8n$9.99AI Sales Agent for Telegram with Google Sheets Integration
Automate your sales process using a Telegram bot and sync with Google Sheets for efficient order management.
n8n$19.99Discover Professional Emails with uProc and Send via Telegram
 This **n8n workflow template** uses **uProcs Get Email by Domain, Firstname and Lastname tool** to discover a professional email address, and then sends that email to a **Telegram channel**. > Note: You must set up your **uProc credentials (Email + API Key)** from the [**Integration settings**](https://app.uproc.io/#/settings/integration) before running this workflow. --- ### What It Does - Uses user-provided data: **first name**, **last name**, and **company domain** - Calls **uProc** to discover the most likely email address for that person - Sends the discovered email and confidence level to a **Telegram group** --- ### Step-by-Step Setup 1. **Add uProc Credentials** Go to the [uProc integration page](https://app.uproc.io/#/settings/integration) and copy your **email and API key**. Add them as credentials in your n8n instance. 2. **Set Tool Parameters** - Use the **Set node** to define: - `firstname`: First name of the person - `lastname`: Last name of the person - `domain`: Their company domain 3. **Replace the Set Node (Optional)** You can dynamically fetch the `firstname`, `lastname`, and `domain` from other sources like: - **Google Sheets** - **MySQL or Postgres** - **Webhook or Form submissions** 4. **Run the Workflow** Trigger the flow manually or integrate it with a larger automation. --- ### uProc Parameters Explained - **domain**: The company domain (e.g., `uproc.io`) - **firstname**: First name of the person - **lastname** (in parameter: `language`): Last name of the person - **mode**: - `verify`: Verifies email in real-time with mail server - `guess`: Guesses based on company format (e.g., `firstname.lastname@domain.com`) --- ### uProc Response Fields - `email`: Discovered email address - `confidence`: Indicates if the result is verified or risky (e.g., catch-all) - `score`: Reliability score from **0** (unreliable) to **99** (highly reliable) --- ### Notification via Telegram After discovering the email, the result is sent to a specified **Telegram channel** with this format: ```text User Miquel Colomer has next email on uproc.io: contact@uproc.io (verified - 99) ``` Clicking the email allows you to send a message directly to the recipient. --- ### Credentials Used - **uProc API** - For discovering email addresses - **Telegram API** - To send messages to a specific group/channel --- ### Customization Tips - **Loop over a list of people**: Replace the set node with a data source that contains multiple people. - **Filter by score or confidence** before sending. - **Add additional outputs**: You can send the data via Email, Slack, or save it to a database. - **Trigger automatically**: Combine with a webhook or time-based trigger for automation. --- ### Questions? Template created by [**Miquel Colomer**](https://www.linkedin.com/in/miquelcolomersalas/) and [**n8nhackers.com**](https://n8nhackers.com). Need help customizing or deploying? [**Contact us**](mailto:contact@n8nhackers.com) for consulting and support.
n8n$4.99Automate Cal.com Meeting Attendee Management with Google Sheets, Beehiiv, and Telegram Notifications
Streamline your meeting attendee management by automatically logging details in Google Sheets, subscribing attendees to Beehiiv, and receiving Telegram notifications.
n8n$9.99AI-Powered Speechwriting Coach via Telegram with OpenAI and Google Gemini
This n8n workflow serves as an AI speechwriting coach, accessible through Telegram. It provides feedback on speech drafts, refines content iteratively, and generates improved speeches using AI models from OpenAI and Google Gemini.
n8n$14.99Multi-Platform Price Finder: Scraping Prices with Bright Data, Claude AI & Telegram
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. # Multi-Platform Price Finder: Scraping Prices with Bright Data & Telegram An intelligent n8n automation that fetches real-time product prices from marketplaces like Amazon, Wayfair, Lowes, and more using Bright Data's dataset, and sends promotional messages via Telegram using AI—perfect for price tracking, deal alerts, and affiliate monetization. --- ## Overview This automation tracks product prices across top e-commerce platforms using Bright Data and sends out alerts via Telegram based on the best available deals. The workflow is designed for affiliate marketers, resellers, and deal-hunting platforms who want real-time competitive pricing. --- ## Key Features - **Multi-Platform Scraping**: Supports Amazon, Wayfair, Lowes, and more - **Bright Data Integration**: Access to structured product snapshots - **AI-Powered Alerts**: Generates Telegram-ready promo messages using AI - **Lowest Price Logic**: Filters and compares products across sources - **Data Merge & Processing**: Combines multiple sources into a single stream - **Keyword-Driven Search**: Searches using dynamic keywords from form input - **Scalable Design**: Built for multiple platform processing simultaneously - **Clean Output**: Strips unnecessary formatting before publishing --- ## What This Workflow Does ### **Input** - **Search Keywords**: User-defined keyword(s) from a form trigger - **Platform Sources**: Wayfair, Lowes, Amazon, etc. - **Bright Data API Key**: Needed for authenticated scraping ### **Processing Steps** 1. **User Input** via n8n form trigger (keyword-based) 2. **Bright Data API Trigger** for each marketplace 3. **Status Polling**: Wait until scraping snapshot is `ready` 4. **Data Retrieval**: Fetches JSON results from Bright Data snapshot 5. **Data Cleaning & Normalization**: Price, title, and URL are extracted 6. **Merging Products** from all platforms 7. **Find Lowest Price Product** using custom JS logic 8. **AI Prompt Generation** via Claude/Anthropic 9. **Telegram Formatting** and alert message creation ### **Output** - **Product Title** - **Final Price** - **Product URL** - **Promotional Message** (for Telegram/notifications) --- ## Setup Instructions ### **Step 1: Import Workflow** 1. Open n8n > Workflows > **+ Add Workflow** 2. Import the provided JSON file ### **Step 2: Configure Bright Data** - Add credentials under **Credentials > Bright Data API** - Set the appropriate `dataset_id` for each platform - Ensure dataset includes `title`, `price`, and `url` fields ### **Step 3: Enable Keyword Trigger** - Use the built-in `Form Trigger` node - Input: Single keyword field (SearchHere) ### **Step 4: Telegram or AI Integration** - Modify prompt node for your language or tone - Add Telegram webhook or integration where needed --- ## Usage Guide ### Adding Keywords - Trigger the form with a product keyword like `iPhone 15` - Wait for workflow to fetch best deals and generate Telegram message ### Understanding AI-Powered Output - AI creates a short, engaging message like: > **Deal Alert: Get the iPhone 15 for just ₹74,999! Limited stock—Check it out: [link]** ### Debugging Output - Output node shows cleaned JSON with `title`, `price`, `url`, and `message` - If no valid results, debug message is returned with sample structure info --- ## Customization Options ### Add More Marketplaces - Clone any HTTP Request node (e.g., for Wayfair) - Update `dataset_id` and required output fields ### Modify Price Logic - Update the `Code1` node to change comparison (e.g., highest price instead of lowest) ### Change Message Format - Edit the `AI Agent` prompt to customize tone/language - Add emoji, CTAs, or markdown formatting as needed --- ## Test & Activation - Add a few sample keywords via form trigger - Run manually or set as a webhook for external app input - Check final AI-generated message in output node --- ## Troubleshooting | Issue | Solution | |-------|----------| | **No Data Returned** | Ensure keyword matches real products | | **Status Not Ready** | Bright Data delay; add `Wait` nodes | | **Invalid API Key** | Check Bright Data credentials | | **AI Errors** | Adjust prompt or validate input fields | --- ## Use Cases - **Affiliate Campaigns**: Show best deals across platforms - **Deal Pages**: Post live offers with product links - **Competitor Analysis**: Track cross-platform pricing - **Alert Bots**: Send real-time alerts to Telegram or Slack --- ## Quick Setup Checklist - [x] Bright Data API credentials configured - [x] n8n form trigger enabled - [x] Claude or AI model connected - [x] All HTTP requests working - [x] AI message formatting verified --- ## Example Output ```json { "title": "Apple iPhone 15 Pro Max", "price": 1199, "url": "https://amazon.com/iphone-15", "message": "Grab the Apple" ```
n8n$24.99Create a Humorous Telegram Bot with AI and Postgres
Build a witty Telegram bot using n8n, OpenRouter, and Postgres to deliver jokes, motivational quotes, and playful roasts. This workflow tracks user interactions and provides statistics and leaderboards.
n8n$14.99Automate Podcast Script Creation from Telegram Voice Notes
Effortlessly convert Telegram voice messages into structured podcast scripts in Notion using AI transcription and analysis.
n8n$4.99Automated IoT Device Health Monitoring with AI and Telegram Alerts
This workflow continuously monitors IoT devices using AI to extract data, analyze health metrics, and send alerts via Telegram when issues arise, ensuring proactive maintenance and optimal performance.
n8n$9.99Automate Gmail Cleanup with AI Validation and Telegram Alerts
Effortlessly manage your Gmail inbox by automatically deleting unwanted emails using AI validation, with real-time notifications via Telegram.
n8n$14.99Command-based Telegram Bot for Article Summarization & Image Prompts with OpenAI
# Telegram AI Assistant: Summarize Links & Generate Images On Demand This workflow turns any Telegram chat into a smart assistant. By typing simple commands like `/summary` or `/img`, users can trigger powerful AI actions directly from Telegram. --- ## What It Does This automation listens for specific commands in Telegram messages: - `/help`: Sends a help menu explaining available commands. - `/summary <link>`: Fetches a webpage, extracts its content, and summarizes it using OpenAI into 10-12 bullet points. - `/img <prompt>`: Sends the image prompt to OpenAI and replies that the request has been received (designed for future integration with image APIs). --- ## Features - Works instantly in Telegram - Uses OpenAI for text summarization and image prompt processing - Scrapes and cleans raw article text before summarizing - Replies directly to the same Telegram thread - Easily expandable to support more commands --- ## Use Cases - **Research Summaries**: Quickly condense articles or reports shared in chat. - **Content Review**: Get team-friendly TL;DRs of long blog posts or product pages. - **Creative Brainstorming**: Share visual ideas via `/img` and get quick prompts logged. - **Customer Support**: Offer instant answers in group chats (with further extension). - **Daily Digest Bot**: Connect to news feeds and auto-summarize updates. --- ## Getting Started 1. Clone this workflow and connect your Telegram Bot. 2. Insert your OpenAI credentials. 3. Deploy and test by messaging `/summary https://example.com` in your Telegram group or DM. 4. Expand with new commands or connect Stability.ai or other services for real image generation. --- ## Author & Resources Built by [Yaron Been](https://www.youtube.com/@YaronBeen/videos) Follow more automations at [nofluff.online](https://nofluff.online)
n8n$9.99Automate Daily MLB Matchup Analysis with Google Sheets and Telegram
This workflow automates the analysis of daily MLB pitcher vs. batter matchups, integrating data from MLB's API into Google Sheets and sending top matchups to Telegram.
n8n$9.99Automate YouTube Video Summarization and Repurposing via Telegram Bot
This workflow allows multiple users to interact with a Telegram bot that summarizes YouTube videos and repurposes content using OpenAI. Ideal for content creators and marketers.
n8n$9.99Automate Article Summarization and Storage from Telegram to Notion using GPT-4
This workflow automates the process of saving and summarizing articles sent via Telegram to a Notion database using GPT-4. Ideal for users who want to enhance their reading lists with AI-generated highlights and topic tags.
n8n$9.99Automate Telegram Bot Webhook Setup with n8n
Streamline the configuration of Telegram bot webhooks using a simple web form in n8n, eliminating manual URL construction and reducing errors.
n8n$4.99Telegram Messaging for Bash-Dash
This workflow allows you to send a message in a Telegram chat via [bash-dash](https://github.com/n8n-io/bash-dash).  **Example usage**: - telegram I'll be late If you want to send a predefined message without typing it in the command line, you can replace the Text Expression in the Telegram node with a specific message. In this case, the bash command - telegram will send the predefined message to the chat. **Example bash-dash config**: commands[telegram]=http://localhost:5678/webhook/telegram
n8n$3.99Location-Based Triggered Reminder via Telegram Bot (iOS)
This workflow integrates iOS Shortcuts with n8n to create a simple, automatic location-based reminder system. When the user arrives at a specified location, an automation in the Shortcuts app sends a webhook trigger to n8n. If the trigger matches predefined date and time conditions, n8n sends a Telegram message reminder to the user. This is perfect for repetitive weekly tasks like taking out the bins, customized with conditions for day and time. ## Key Features - Location-Based Trigger: Uses iOS Shortcuts automation to start the workflow upon arrival at a specific location. - Time and Day Validation: Logic in n8n checks the current weekday and time to ensure reminders are sent only when appropriate. - Telegram Integration: Sends reminders directly to your Telegram account using your bot. - Minimal Setup: Uses native iOS and simple webhook setup in n8n. ## How It Works 1. iOS Shortcut Trigger: When the user arrives at a designated location, the iOS shortcut sends a GET request to the n8n webhook. 2. n8n Webhook Node: Receives the request and triggers the workflow. 3. Conditional Check: An IF node checks if the current time is after 4:00 PM and it's a Wednesday (or any other configured condition). 4. Telegram Node: If the condition passes, n8n sends a message like "Don't forget to take the bins out." to your Telegram bot. ## Setup Instructions 1. Create a Telegram Bot: - Use **@BotFather** to create a bot and obtain your bot token. - Add Telegram API credentials in n8n with your bot token. 2. Setup iOS Shortcut: - Open the Shortcuts app on your iPhone. - Go to the **Automation** tab → Tap **+** → Create Personal Automation. - Choose Arrive → Select a location. - Add action: **Get Contents of URL**. Method: **GET**, URL: your n8n Webhook URL (e.g., https://n8n.yourdomain.com/webhook/your-path). - Save the automation. (You can also test the automation by pressing the Play button) 3. Import Workflow into n8n: - Load the provided workflow JSON. - Set your webhook path and Telegram credentials. - Adjust the logic in the IF node to your use case. In my case, I check if today is Wednesday and after 4 PM until Midnight. 4. Expose n8n Publicly: Ensure your n8n instance is publicly accessible via HTTPS so the shortcut can reach it. ## Customization Guidance - Change Reminder Message: Modify the text inside the Telegram node to suit different reminders. - Add More Conditions: Extend the logic to support more days, hours, or different trigger messages. - Add Multi-Channel Output: Send reminders via email, SMS, or Slack in addition to Telegram. - Use More Triggers: Expand to other types of shortcut triggers (e.g., NFC tag, leaving location, time of day). ## Security and Implementation - Webhook Protection: Avoid using easily guessable webhook URLs. - Secure Telegram Token: Store your bot token securely in n8n credentials, not in plain workflow text. - Limit Shortcut Scope: Only trigger the shortcut at trusted locations or with secure iCloud sync. - Automation Permissions: Ensure your iPhone allows shortcut automations to run without confirmation. ## Benefits - Automates repetitive location-based reminders without user interaction. - Provides a lightweight, native solution using iOS and n8n with no extra apps. - Keeps you on track for routine tasks like garbage days, medicine reminders, or arrival-based tasks. - Easily extendable for multiple locations or trigger conditions.
n8n$4.99Automate Meeting Minutes Creation from Telegram to Airtable, Slack, and Gmail
Streamline your meeting documentation process by automatically transcribing Telegram messages or voice notes into structured meeting minutes with GPT, storing them in Airtable, and notifying your team via Slack and Gmail.
n8n$14.99Automate Gmail Searches via Telegram with AI-Powered Queries
This workflow enables users to search and retrieve Gmail emails by sending plain-language requests to a Telegram bot. It leverages AI to convert these requests into precise Gmail search queries, delivering results directly to your Telegram chat.
n8n$14.99Automate Amazon Product Searches via Telegram with AI Integration
This workflow automates Amazon product searches through Telegram using AI-enhanced scraping. It enables users to send product queries to a Telegram bot and receive real-time product details, including pricing and links, directly from Amazon.
n8n$9.99Automate Cryptocurrency News Summarization and Posting to X and Telegram
Streamline the process of curating and sharing cryptocurrency news on X and Telegram using AI-driven summarization. This workflow ensures timely updates and enhances audience engagement without manual intervention.
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