Block 1 - Telegram Trigger
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This n8n template demonstrates how to turn a Telegram bot into a personal AI powered assistant that understands both voice notes and text messages. The assistant can transcribe speech, interpret us...
n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.gmailtool, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.telegram, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.googlegemini
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Paul Abraham.
Original n8n.io sourceUse cases
Hands-free scheduling with Google Calendar
Quickly capturing ideas as Notion notes via voice
Sending Gmail messages directly from Telegram
A personal productivity assistant available on-the-go
Good to know
Voice notes are automatically transcribed into text before being processed. This template uses Google Gemini for AI reasoning.The AI agent supports memory, enabling more natural and contextual conversations.
Telegram Trigger – Starts when you send a text or voice note to your Telegram bot.
Account Check – Ensures only authorized users can interact with the bot.
Audio Handling – If it’s a voice message, the workflow retrieves and transcribes the recording.
AI Agent – Both transcribed voice or text are sent to the AI Agent powered by Google Gemini + Simple Memory.
Smart Actions – Based on the query, the AI can:
Read or create events in Google Calendar
Create notes in Notion
Send messages in Gmail
Reply in Telegram – The bot sends a response confirming the action or providing the requested information.
Clone this workflow into your n8n instance.
Replace the Telegram Trigger with your bot credentials.
Connect Google Calendar, Notion, and Gmail accounts where required.
Start chatting with your Telegram bot to add events, notes, or send emails using just your voice or text.
Telegram bot & API key
Google Gemini account for AI
Google Calendar, Notion, and Gmail integrations (optional, depending on use case)
Add more integrations (Slack, Trello, Airtable, etc.) for extended productivity. Modify the AI prompt in the agent node to fine-tune personality or task focus. Swap in another transcription service if preferred.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Voice & text assistant with Telegram, Gemini AI, Calendar, Gmail & Notion |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Paul Abraham |
| Published | 16 Sept 2025 |
Use the JSON export at /data/workflows/8648/8648.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n template demonstrates how to turn a Telegram bot into a personal AI powered assistant that understands both voice notes and text messages. The assistant can transcribe speech, interpret us...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.