Telegram Voice to AI Agent Workflow
detail.loadingPreview
This n8n workflow transcribes voice messages from Telegram and forwards them to an AI Agent for processing. It then routes the AI's output to appropriate actions like sending emails or retrieving information.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow automates the process of handling voice messages received via Telegram. It first triggers on a new message, then checks if it's a voice message or text. If it's a voice message, it's downloaded and transcribed into text. This transcribed text, or the original text message, is then fed into an AI Agent. The AI Agent, guided by specific instructions and tools (including email, calendar, contacts, content creation, web browsing, and YouTube agents), processes the input and determines the appropriate action. The output from the AI Agent is then routed to specific n8n nodes like 'Send Email', 'Get Emails', 'Create Draft', 'Email Reply', 'Get Labels', 'Label Emails', and 'Mark Unread'. This workflow effectively turns your Telegram into a smart assistant interface for various digital tasks.
Key Features
- Triggered by new Telegram messages (text or voice).
- Transcribes Telegram voice messages to text using OpenAI.
- Utilizes an AI Agent to interpret user input and select appropriate tools.
- Integrates with multiple Gmail actions (send, get, draft, reply, label, mark unread).
- Provides a flexible foundation for various AI-powered automation tasks.
How To Use
- Configure the 'Telegram Trigger' node with your Telegram bot token and chat ID.
- Set up the 'Transcribe Audio' node with your OpenAI API key.
- Configure the 'AI Agent' node with your OpenAI API key and define the system message and available tools.
- Set up the 'Send Email', 'Get Emails', 'Create Draft', 'Email Reply', 'Get Labels', 'Label Emails', and 'Mark Unread' nodes with your Gmail account credentials.
- Ensure the AI Agent's output is correctly mapped to the input parameters of the Gmail nodes based on your desired logic.
- Activate the workflow and send voice or text messages to your Telegram bot.
Apps Used
Workflow JSON
{
"id": "45b11655-8de4-4c99-907f-fe479fa1b0c4",
"name": "Telegram Voice to AI Agent Workflow",
"nodes": 0,
"category": "AI Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 45b11655-8de4...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
AI-Powered Carbon Footprint Estimator Automation
This n8n workflow automates carbon footprint estimation using AI. It leverages Webhook, Langchain nodes (Splitter, Embeddings, Vector Store, Agent, Chat), and Google Sheets for logging to provide an intelligent carbon assessment.
Automate Agent Outputs: Email, Calendar, and Logging with n8n
This n8n workflow leverages an OpenAI agent to process inputs, send emails via Gmail, create Google Calendar events, and log all activities to Google Sheets. It's ideal for automating communication and record-keeping based on AI-driven decisions.
Create Stunning Videos with Kie AI's Sora 2
This workflow leverages Kie AI's Sora 2 model to generate videos from text prompts and images. It automates the process of creating video content, saving time and resources.
Automated eCommerce Product Video Animation with AI
Generate engaging product videos for eCommerce with AI. This workflow uses Firecrawl to scrape product details and Gemini's Veo model to animate product images into promotional videos.
Automate Live Stream Chat Moderation with AI and n8n
This n8n workflow uses AI to moderate live stream chats by splitting messages, generating embeddings, querying a vector store, and responding via an agent. It logs the interactions to Google Sheets for review.
Automate Dental Appointment Booking with AI
This n8n workflow automates dental appointment booking using an AI agent. It integrates with Google Calendar to check availability and create appointments based on patient requests.