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 Resume Data Extraction and PDF Generation via Telegram
This workflow extracts data from resumes uploaded through a Telegram bot, structures the data using AI, and generates a formatted PDF using Gotenberg.
n8n$19.99Automated Invoice Management with Nextcloud, Email, and Telegram Notifications
This workflow automatically fetches PDF invoices from a Nextcloud folder (`/Invoice/Incoming`), sends them via email to a fixed recipient (`invoice@example.com`), sends a Telegram notification, and archives the file to `/Invoice/2025/archive`. **Key Steps:** 1. Triggered daily at 8 AM 2. Lists files in `/Invoice/Incoming` 3. Filters for existing entries 4. Downloads the file 5. Sends the invoice via email 6. Sends a Telegram message with filename 7. Moves the file to archive **Technologies used:** - Nextcloud - SMTP Email - Telegram Bot **Use case:** Perfect for freelancers or small businesses to automate recurring invoice sending with minimal effort.
n8n$9.99Automate Reply.io Message Notifications to Telegram
This workflow automates the forwarding of message notifications from Reply.io to Telegram, ensuring you never miss important communications from your contacts.
n8n$9.99Automate Facebook Marketing Content Creation from Telegram Images
Transform images received via Telegram into engaging Facebook marketing content using AI, streamlining the content creation process.
n8n$19.99Ideal Customer Profile (ICP) Generation: AI, Firecrawl, Gemini, Telegram
# Purpose & Audience This workflow is designed to save hours of manual research for digital marketers, media buyers, copywriters, and business strategists. It empowers users to quickly understand their target customers' behaviors, pain points, desires, and communication preferences by leveraging AI-powered web scraping and natural language processing. Whether you're crafting ad campaigns, refining audience segments, or creating compelling content, this tool provides a powerful shortcut to uncovering your dream buyer's profile directly from the source website and delivered via Telegram. ## How It Works? 1. **Telegram Trigger:** A user sends a message to the Telegram bot, e.g., *"Hey, scrape this website https://www.company.com and find me their ICP. You can scrape 2 pages at most."* 2. **Parameter Extraction:** An AI model processes the message to extract two key parameters: - The company URL - The number of pages to scrape (capped at 3) 3. **Conditional Scraping:** Based on the number of pages: - If 1 page, the workflow calls Firecrawl's /scrape endpoint to scrape that single page. - If more than 1 page, it calls Firecrawl's /crawl endpoint to scrape up to the specified number of pages. 4. **Content Retrieval:** After scraping, the content is fetched and passed to an AI language model. 5. **ICP Generation:** The AI analyzes the website content and answers nine detailed questions about the dream buyer, such as: - Where the dream buyer hangs out online and offline - Their biggest frustrations and challenges - Their hopes, fears, and preferred communication methods - The language and phrases they use - A typical day in their life - What makes them happy 6. **Output Delivery:** The generated ICP is sent back to the user via Telegram in a natural, easy-to-understand format. ### Setup Instructions To get this workflow up and running, you will need the following API credentials: 1. **Telegram Bot API** - Create a free Telegram bot using @BotFather on Telegram. - Follow the prompts to create a new bot and get your API token. - Use this token to create Telegram credentials in n8n. 2. **Firecrawl API** - Sign up for a free account at https://www.firecrawl.dev/. - Obtain your API token from the Firecrawl dashboard. - Create a Header Auth credential in n8n using this token to authenticate your HTTP Request nodes for scraping. 3. **OpenAI or Google Gemini API** - For AI-powered analysis, you need access to a large language model API. - You can use OpenAI's API (free tier available) by signing up at https://platform.openai.com/ and generating an API key. - Alternatively, use Google Gemini if you have access. - Create the corresponding credential in n8n and connect it to the AI nodes in the workflow. ## What It Does? 1. Converts a simple Telegram message into structured scraping instructions. 2. Scrapes website content intelligently, respecting user-defined page limits. 3. Uses AI to deeply analyze business websites and generate actionable customer insights. 4. Provides marketers and media buyers with rich, detailed ICPs that can be used for copywriting, ad targeting, audience research, and content creation. 5. Automates a traditionally time-consuming research process into a seamless conversational experience. ## Summary This workflow enables you to generate a detailed Ideal Customer Profile (ICP) for any company by simply sending a message to a Telegram bot. Using natural conversational language, users provide a company URL and specify how many pages (up to 3) to scrape from the website. The workflow intelligently extracts these parameters, scrapes the website content using Firecrawl's API, and then leverages an AI language model to analyze the content and produce a comprehensive ICP. The ICP answers key questions about the company's dream buyer, helping marketers, media buyers, and copywriters understand their target audience deeply without manual research.
n8n$14.99Check TRON Wallet Blacklist Status via Telegram Bot
This n8n workflow allows users to verify if a TRON wallet address is blacklisted on the USD contract using a Telegram bot. Users send a wallet address command to the bot, which queries the TRON API and returns the blacklist status.
n8n$4.99Automate Telegram Group Protection with Math CAPTCHA and Google Sheets
Enhance your Telegram group's security by automatically verifying new members with a simple math CAPTCHA, storing responses in Google Sheets, and banning those who fail the test.
n8n$14.99Get GitHub Issue Updates and Send Notifications to Telegram
## **Who is this for?** This workflow is ideal for: - **Developers** who want to stay updated on issues without constantly checking GitHub. - **Managers** tracking issue progress in a Telegram group. - **DevOps teams** that need automated notification alerts for new or updated issues. ## **What problem does this workflow solve?** Keeping track of GitHub issues manually can be tedious. Teams often miss critical updates because notifications are buried in emails or dashboards. This workflow automates the process by fetching new or open GitHub issues and instantly sending notifications to a specified Telegram chat. ## **What this workflow does** This workflow connects GitHub and Telegram to provide real-time issue notifications: 1. **Fetch GitHub Issues** - Retrieves new or open issues from a selected GitHub repository. 2. **Format the Issue Details** - Extracts key information like issue title, number, status, and URL. 3. **Send to Telegram** - Posts the formatted issue details to a Telegram group or private chat. ## **Setup Guide** ### **Prerequisites** Before setting up the workflow, ensure you have: - **GitHub Personal Access Token**: Required to fetch issue details. Generate it under Developer Settings with `repo` or `public_repo` permissions. - **Telegram Bot Token**: Create a bot via [BotFather](https://t.me/BotFather) on Telegram and obtain the token. - **Telegram Chat ID**: Find the chat ID where the bot should send messages using [this method](https://t.me/getmyid_bot). ### **Step-by-Step Setup** 1. **Set Up GitHub Node** - Authenticate using your GitHub token. - Choose the repository you want to track. - Configure filters (e.g., fetch only open issues). 2. **Format Issue Details** - Extract key details like title, issue number, assignee, and status. - Customize the message structure for better readability. 3. **Send Message to Telegram** - Add the Telegram node and enter your bot token. - Use the Chat ID to define the recipient. - Format the message to include issue details and links. 4. **Schedule the Workflow** (Optional) - Use the **Cron node** to run this workflow periodically (e.g., every hour). ## **How to Customize This Workflow** - **Filter Issues by Labels**: Modify the GitHub node to fetch only issues with specific labels. - **Include Additional Fields**: Add issue comments, priority, or assignee details in the message. - **Send Alerts Based on Priority**: Use conditional logic to send high-priority issues to a different chat. - **Trigger on Issue Events**: Instead of fetching periodically, use GitHub webhooks (if permitted in the repo) to trigger the workflow on issue creation or updates. ## **Why Use This Workflow?** - **Automates GitHub issue tracking** without manually checking repositories. - **Instant notifications in Telegram** ensure quick response times. - **Fully customizable** to fit different team workflows.
n8n$9.99Automate WooCommerce Support with AI via Telegram and Gmail
Deploy a 24/7 AI-powered support agent for your WooCommerce store, handling inquiries through Telegram and Gmail. This workflow streamlines customer support by integrating AI models to provide quick responses and fetch order data.
n8n$14.99Transcribe Audio Files with Google Cloud and Telegram
Transcribe audio messages from Telegram using **Google Gemini** for free. Send an audio file to your Telegram bot and get a full transcription using Gemini's free model.  ### Who is this template for? Anyone who needs quick and accurate transcriptions of audio messages. Perfect for: - Creators and podcasters - Coaches or educators - People who receive a lot of audio on Telegram You can also adapt this workflow to transcribe audio from other sources, like WhatsApp, Google Drive, or direct uploads. ### How it works 1. You send an audio file to your Telegram bot. 2. n8n downloads the file and converts it to text using Google Gemini. 3. The transcript is sent back to you on Telegram. ### How to set up You'll just need: - A Telegram bot token - A Google Gemini API key (free tier supported) The rest works out by itself. ### Check out my other templates āļøš [**https://n8n.io/creators/solomon/**](https://n8n.io/creators/solomon/)
n8n$14.99Automatically Send Tomorrow's Weather Forecast via Telegram
This workflow retrieves the weather forecast for tomorrow and sends it to a specified Telegram chat, keeping you informed about upcoming weather conditions.
Make$2.99Automate Lead Enrichment Using Telegram and Explorium MCP
Enhance your B2B prospecting by automating lead enrichment with Telegram and Explorium MCP. This workflow transforms basic company information into detailed, actionable insights for your sales pipeline.
n8n$9.99Telegram Automation for Google Tasks Management
This workflow integrates Telegram with Google Tasks to streamline appointment management and reminders for a clinical setting. It allows professionals to efficiently reschedule patient appointments and add items to a shopping list directly through...
n8n$11.99Automate Personal Finance Tracking with Telegram and Google Sheets
Effortlessly track your expenses and income using Telegram messages and Google Sheets integration, enhanced by AI-powered categorization.
n8n$9.99Enhance Telegram Bot with Automated Ticketing and Broadcasting
This n8n workflow automates Telegram bot operations for efficient user management and broadcasting. It creates support tickets, manages user data in Redis, and forwards messages for seamless communication.
n8n$24.99Create an Intelligent Telegram Bot with NVIDIA AI and Conversation Memory
Set up a sophisticated Telegram bot that utilizes NVIDIA's AI model for contextual responses and maintains conversation history. This workflow allows seamless integration with various AI providers, enhancing the bot's adaptability and functionality.
n8n$14.99Daily AI News Briefing and Summarization with Google Gemini and Telegram
**Stay ahead with personalized AI news delivered straight to your Telegram!** This powerful n8n workflow automates your daily news consumption, leveraging AI to bring you the most relevant trends in AI, (or cryptocurrency, the stock market) and more - all from two free news API sources (GNewsAPI and NewsAPI). **What's Included:** 1. **The n8n Workflow** 2. **Video Guidance for Telegram Integration:** A clear and concise video tutorial demonstrating how to set up the Telegram integration within your n8n instance. **Who is this for?** This template is ideal for: - Individuals wanting to stay updated on the latest AI trends and advancements. - Tech enthusiasts eager to track the latest AI breakthroughs and applications. - Anyone seeking a free, automated, and highly customizable news briefing delivered directly to their Telegram. - Individuals who want to save time and stay informed without the hassle of manual news searching. **What problem is this workflow solving?** Keeping up with the constant influx of information in fast-paced sectors like AI, crypto, and the stock market can be overwhelming and time-consuming. This n8n workflow solves this problem by automatically gathering news from two free news APIs: News API and GNews API, filtering it with AI, and delivering a concise, personalized briefing directly to your Telegram, ensuring you're always in the know without the manual effort. **What this workflow does:** This workflow automates the following steps using two free news API sources (GNewsAPI and NewsAPI): - **Automated News Gathering**: Fetches the latest news on your chosen topics from two distinct free API sources. - **Intelligent AI Filtering**: Employs an AI agent to identify and extract the most pertinent news articles related to your specified interests (default: AI, but easily customizable). - **Concise AI Summarization:** The AI agent creates brief summaries of the key information from the top news articles. - **Direct Telegram Delivery:** Sends a daily digest of the summarized news directly to your Telegram account for convenient access. - **Effortless Customization**: Allows you to easily tailor the news topics to focus on AI, cryptocurrency, stock market updates, or any other area you need to monitor. **Setup:** 1. **Easy Telegram Integration (Video Guidance Included)**: Follow our step-by-step video tutorial to seamlessly integrate Telegram with this n8n workflow, enabling automated news delivery to your preferred chat. 2. **Free API Keys**: This workflow utilizes the free tiers of two popular news APIs: GNewsAPI and NewsAPI. You will need to obtain your own free API keys for these services and input them into the respective HTTP Request nodes within n8n. Clear instructions on how to get these free keys are provided. 3. **First Run**: Activate the workflow and execute it once to verify that all connections are established and functioning correctly. **How to customize this workflow:** - **Tailor Your News Topics**: Easily customize the news you receive by modifying the search queries in the News Source: GNewsAPI and News Source: NewsAPI nodes. For example, change q=AI to q=Bitcoin for crypto news or q=Tesla stock for stock market updates. - **Adjust the Language**: Change the lang=en parameter in the API URLs to receive news in your preferred language. - **Set Your Delivery Schedule**: Modify the trigger time in the Trigger workflow at 6 am every day node to have your personalized news briefing delivered at the time that suits you best. - **Expand Your Sources:** For even more comprehensive news coverage, you can explore and integrate additional free news APIs by adding more HTTP Request nodes to the workflow. **Category:** News Automation, AI, Cryptocurrency, Stock Market, Information, Personal Productivity, Free Resources
n8n$14.99Automate Top-Rated Restaurant Recommendations via Telegram and Google Maps
This workflow automates a Telegram bot to fetch and display the top 5 rated restaurants in a specified area in Egypt using SerpAPI's Google Maps search, providing users with quick and richly formatted restaurant information.
n8n$9.99Automate KlickTipp Contact Management via Telegram and AI
Integrate Telegram with KlickTipp using AI to manage contacts through natural language commands. Streamline contact operations with automated tagging, updating, and querying via a Telegram bot.
n8n$19.99Create a Telegram Echo Bot for Debugging and Learning
This workflow sets up a Telegram echo bot that returns the JSON content of any message it receives, aiding in debugging and learning about Telegram's API.
n8n$3.99Automate Department-Specific Support via Telegram with Pinecone and Google Drive Integration
This workflow automates department-specific support using Telegram slash commands, integrating with Pinecone for knowledge management and Google Drive for auto-updating resources. It streamlines user queries to the correct department, enhancing efficiency and response accuracy.
n8n$24.99Automate Daily AI-Generated Quotes and Images to Telegram
This n8n workflow delivers AI-generated quotes and cinematic images to your Telegram chat every morning, using GPT-4 and Flux-Pro for content creation.
n8n$9.99Create a Telegram Mental Health Support Bot with GPT-4o
This workflow sets up a Telegram bot to provide real-time, empathetic mental health support using AI. Messages tagged with #vent, #insight, or #cope are processed by GPT-4o to deliver personalized responses.
n8n$9.99Automate Nostr #damus Reporting with Gmail and Telegram Integration
This workflow automates the process of analyzing and reporting Nostr threads with the #damus hashtag, integrating with Gmail and Telegram for seamless communication.
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