Telegram AI Assistant
detail.loadingPreview
An AI-powered assistant that processes requests via Telegram, handling text and voice inputs.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow leverages n8n to create a personal AI assistant that interacts with users through Telegram. It can process both text and voice messages, transcribe voice to text, and use AI models to understand and respond to user requests. The assistant can access external tools like Google Calendar, Gmail, and Baserow to fulfill requests.
Key Features
- Listens for incoming messages on Telegram.
- Distinguishes between text and voice messages.
- Transcribes voice messages to text using OpenAI.
- Utilizes an AI Chat Model (GPT-4o mini) for understanding and responding to requests.
- Integrates with Google Calendar to fetch events.
- Integrates with Gmail to fetch emails.
- Integrates with Baserow for task and contact management.
- Provides responses back to the user via Telegram.
How To Use
- Set up Telegram Bot: Create a Telegram bot and obtain the API token.
- Configure Credentials: Set up n8n credentials for Telegram, OpenAI, and Google Calendar.
- Configure Baserow: Ensure your Baserow databases and tables are set up correctly and configure the Baserow credentials.
- Connect Nodes: Link the nodes as shown in the workflow. Pay attention to the data flow and parameter configurations, especially for AI prompts and tool integrations.
- Activate Workflow: Enable the workflow in n8n and interact with your bot via Telegram.
Apps Used
Workflow JSON
{
"id": "6d30c1c2-9f12-42f9-b801-3f5d743c9878",
"name": "Telegram AI Assistant",
"nodes": 0,
"category": "AI Assistants",
"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: 6d30c1c2-9f12...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Telegram Academic Assistant with OpenAI
An AI-powered academic assistant that uses Telegram for interaction and OpenAI for intelligent responses.
Travel Assistant Agent
An AI-powered travel assistant that uses MongoDB Atlas for memory and vector search to provide personalized recommendations.
Outlook Calendar Assistant
AI-powered assistant to manage your Outlook calendar with natural language queries.
N8n Research AI Agent
Leverage an AI agent to research and interact with n8n features and community resources.
Medical Appointment Scheduling Assistant
Automates the scheduling of medical appointments, checks availability, and updates calendars.
Website Chatbot Agent with Modular Sub-Agent Architecture
A modular AI chatbot for websites, routing user queries to specialized sub-agents for efficient handling of FAQs, calendar management, and support ticket creation.