Automate Your Life with the AI-Powered Telegram Assistant
detail.loadingPreview
This n8n workflow creates an intelligent AI assistant that interacts with you via Telegram. It can process voice messages, fetch and summarize your emails, and retrieve upcoming calendar events, significantly streamlining your daily tasks.
About This Workflow
Supercharge your productivity with this n8n workflow that transforms your Telegram into a powerful AI assistant. Leveraging cutting-edge AI from OpenAI, this workflow can transcribe voice messages, sift through your Gmail for important unread emails, and pull relevant events from your Google Calendar. It intelligently filters out promotional emails and provides concise summaries of your communications and schedule. The assistant also integrates with Baserow for task management, allowing you to query and manage your to-do list directly from Telegram. This seamless integration helps you stay organized and informed without ever leaving your favorite messaging app.
Key Features
- Voice to Text Transcription: Send voice messages to your assistant and receive a text transcript instantly.
- Smart Email Management: Automatically fetches and summarizes unread emails from your Gmail, filtering out promotional content.
- Calendar Event Retrieval: Query your Google Calendar for upcoming events, with intelligent filtering based on your requests.
- Task Management Integration: Connects with Baserow to manage your tasks directly through the Telegram interface.
- Contextual AI Assistance: Powered by OpenAI's GPT-4o-mini, providing intelligent and context-aware responses.
How To Use
- Telegram Bot Setup: Configure a Telegram bot and obtain the necessary API credentials.
- Google Services Integration: Connect your Google Calendar and Gmail accounts using OAuth2 credentials.
- OpenAI API Key: Obtain an API key from OpenAI to enable the AI chat model and speech-to-text functionality.
- Baserow Setup: Create a Baserow database and table for your tasks, and obtain your API credentials.
- Configure Nodes: Input your API keys and credentials into the respective nodes (Telegram, Google Calendar, Gmail, OpenAI, Baserow).
- Set Date Filters: Define the
timeMinparameter in the Google Calendar and Gmail nodes to fetch relevant data. The$fromAIfunction can be used to dynamically set this based on user prompts. - Agent System Message: Customize the
systemMessagein the 'Angie, AI Assistant' node to define the AI's behavior, guidelines, and how it should interact with the tools. - Trigger the Workflow: Start interacting with your Telegram bot by sending text or voice messages to trigger the workflow.
Apps Used
Workflow JSON
{
"id": "5df94a92-65ba-4a19-8832-ba4868e27037",
"name": "Automate Your Life with the AI-Powered Telegram Assistant",
"nodes": 21,
"category": "Operations",
"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: 5df94a92-65ba...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.