Telegram workflows
1,591 results — 255 downloadable workflow files, 1,336 source-linked n8n references
Telegram Document Text Extraction
On a Telegram message, extracts document text with AWS Textract, saves records to Airtable, and stores files in S3.
Telegram OpenAI Reply Bot
On a Telegram message, generates a reply with OpenAI and sends it back via Telegram.
Telegram + OpenAI AI Workflow — Google Gemini
On a Telegram message, runs an OpenAI/Gemini agent with calculator and Wikipedia tools, logs to Airtable, and replies via Telegram.
Telegram + OpenAI AI Workflow — Airtable
On a Telegram message, runs an AI agent with Wikipedia and calculator tools, stores results in Airtable, and responds via Telegram.
Telegram AI Assistant With Memory
On a Telegram message, runs an OpenAI agent with conversation memory, logs the exchange to Google Sheets, and replies in Telegram.
Telegram AI Chatbot
On a Telegram message, generates a reply with OpenAI and sends it back via Telegram.
Clawdbot n8n & HTTP Request — Telegram
On a workflow trigger, fetches data via HTTP, waits, stores the resulting file in Google Drive, and delivers it via Telegram.
Clawdbot n8n
When called by another workflow, downloads a file over HTTP, sends it to Telegram, and saves a copy to Google Drive.
Clawdbot n8n & HTTP Request
When called by another workflow, fetches a resource over HTTP, stores it in Google Drive, and delivers it to Telegram.
Clawdbot n8n & HTTP Request — Google Drive
On a workflow trigger, fetches data via HTTP, converts it to a file, saves it to Google Drive, and notifies via Telegram.
Clawdbot n8n with Telegram & Google Drive
On a Telegram message, an AI agent uses Drive, Sheets, Gmail, Calendar, Airtable, weather, and search tools to act and reply in Telegram.
Mini Muhasebe & Telegram
On a Telegram message or incoming Gmail, OpenAI extracts receipt data, logs it to Google Sheets, and stores files in Google Drive.
Mini Muhasebe with Telegram & Google Sheets — Google Gemini
On a Telegram message, Google Gemini parses the entry, saves it to Google Sheets, archives files to Google Drive, and replies in Telegram.
Mini Muhasebe with Telegram & Google Sheets
On a Telegram message, an OpenAI and Gemini agent records accounting entries in Google Sheets and replies with a summary in Telegram.
Human in the Loop Automation with Telegram
On a Telegram message, an OpenRouter agent drafts a post, requests human approval via Telegram, then publishes it to X.
Telegram, OpenAI & Airtable Automation
On a Telegram message, an OpenAI agent classifies the request, replies in Telegram, and logs structured records to Airtable.
Invoice OCR Workflow & Telegram — OpenAI
On a Telegram invoice image, runs OpenAI OCR to extract the fields and appends the parsed data to Google Sheets.
Invoice OCR Workflow & Telegram
When called by another workflow, extracts invoice data from a Telegram file with OpenAI and appends it to Google Sheets.
Invoice OCR Workflow with Telegram
On a Telegram message, runs an OpenAI agent to extract invoice data and replies with results via Telegram.
Technical Analyst AI Agent
On a Telegram message, runs an OpenAI agent that fetches market data via HTTP and logs analysis to Airtable, replying via Telegram.
LinkedIn AI Agent with Airtable & Telegram
On a Telegram message or schedule, runs an OpenAI agent that processes Airtable leads and posts content to LinkedIn.
Run AI employee onboarding with Groq, Google Workspace, and Gemini
Quick overview This workflow ingests onboarding documents from Google Drive into an in-memory vector store with Google Gemini embeddings, then runs a multi-channel onboarding chatbot powered by Groq, sends role-based welcome emails via Gmail when a new hire appears in Google Sheets, and schedules day 1/7/30 check-in emails. How it works Manually runs an ingestion flow that lists files in a specified Google Drive folder, downloads them, extracts text, and indexes them into an in-memory vector store using Google Gemini embeddings. Receives employee questions via n8n Chat (and optionally Slack or Telegram), normalizes the message into a single format, and rejects empty or overly long inputs. Uses a Groq LLM agent with per-user session memory to retrieve relevant excerpts from the in-memory company_docs knowledge base and generate a grounded answer, or directs the user to HR when no relevant content is found. Routes the assistant’s response back to the originating channel (n8n Chat, and optionally Slack or Telegram). Triggers every minute on updates to a Google Sheets “Hires” sheet, validates rows marked as Hired, and skips hires already present in the “Tracking” sheet. Builds a depart
Send new BookMyShow movie or event alerts to Telegram with Apify
Quick Overview This workflow runs every 6 hours, uses Apify’s BookMyShow Scraper to fetch the latest movie listings for a chosen city, deduplicates results across runs, and sends a Telegram message for each newly detected listing with key details and a booking link. How it works Runs on a schedule every 6 hours. Sets the target BookMyShow city and scrape mode (movies). Calls the Apify BookMyShow Scraper actor to pull up to 30 current listings with details. Filters out any listings whose BookMyShow eventCode has already been seen in previous workflow executions. Sends a Telegram message for each new listing with the title, language, certification, rating, release date, and URL. Setup Install and configure the Apify node, then add an Apify API token credential. Create a Telegram bot, add a Telegram API credential in n8n, and set the Telegram chat ID to receive messages. Update the city (for example, mumbai) and optionally change scrapeMode to events if you want event alerts instead of movies. Adjust the schedule interval if you want the workflow to check BookMyShow more or less frequently.
Run a Telegram voice assistant with OpenAI GPT-5 Mini and Google Calendar
Quick overview This workflow turns a Telegram bot into a personal assistant that accepts text or voice notes, transcribes audio with OpenAI, uses a memory-enabled AI agent for replies and calculations, and creates Google Calendar reminder events from natural-language requests. How it works Triggers whenever a new Telegram message is received by your bot. Routes the message based on type, sending text directly to the assistant, voice notes to transcription, and other message types to a fallback reply. For voice notes, downloads the audio from Telegram and transcribes it to text using OpenAI. Sends the user’s text (typed or transcribed) to an OpenAI chat model powered agent that remembers the last 15 messages per chat and can use a calculator tool. When the user asks for a reminder or event, the agent creates a Google Calendar event with AI-generated title and start/end times. Sends the agent’s final response back to the originating Telegram chat. Setup Create a Telegram bot with @BotFather, add a Telegram credential in n8n, and enable updates for the Telegram Trigger. Add an OpenAI credential with access to the chat model and audio transcription used in the workflow. Add a Google Ca