Personal Life Manager (Telegram + AI)
A Telegram AI assistant that manages your calendar, tasks, and reminders through Google Calendar MCP.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
4 nodes · Free & source-available
Personal Life Manager (Telegram + AI)
Turn a Telegram bot into your personal AI chief-of-staff. Send voice transcripts or text commands like "add dentist appointment tomorrow at 3pm" or "what's on my calendar this week?" — the Agent reads and writes Google Calendar through MCP and replies in plain language.
What this workflow does
- IncomingMessage — Telegram Trigger receives every bot message
- LifeManagerAgent — an Agent interprets the intent (view, add, delete) and calls Google Calendar MCP tools
- SendReply — Telegram node posts the Agent's response back to the originating chat
- MessageSent — output captures the send status for debugging
Use cases
- Personal productivity assistant accessible from your phone
- Family calendar management via a shared Telegram group
- Voice-to-calendar: paste Whisper transcripts and let the agent schedule
Setup
- Create a Telegram bot via @BotFather, copy the token, and connect it in the IncomingMessage TelegramTrigger credential.
- Configure the LifeManagerAgent node with a Google Calendar MCP server (see MCP and Agent setup below).
- Set GOOGLE_CALENDAR_ID in the Agent's MCP args to your calendar ID (e.g.
primary). - Connect the same Telegram credential to the SendReply node.
MCP and Agent setup
Point the Agent's MCP connection at an mcp-google-calendar package or any Calendar MCP server that exposes list_events, create_event, and delete_event tools. Pass GOOGLE_SERVICE_ACCOUNT_JSON and GOOGLE_CALENDAR_ID through the MCP args field — do not paste credentials into the system prompt.
Notes
- The Agent automatically picks the right MCP tool based on the user's intent.
- For voice support, run audio through a Whisper HTTP node upstream and pass the transcript to this workflow.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Personal ProductivityZenQuotes Random QuoteFetch a random inspirational quote as JSON from the free ZenQuotes API — no API key, ideal for bots and UI demos.
- Personal ProductivityInbox TL;DR SummarizerPaste a long email or thread — one LLM call returns a short TL;DR with next actions.
- Personal ProductivityDaily Briefing EmailFetch the latest news from an RSS feed every morning, summarise it with an LLM, and email a clean briefing to your inbox.
- Personal ProductivityWeekly Focus Coach From SheetsRead a weekly time log or task sheet, generate a focus coaching brief, and send it to Slack or email.
- Personal ProductivityMeeting Notes to Action ItemsPaste meeting notes and get a clean list of action items with owners and due dates, posted to your team channel.
- Personal ProductivityMeeting Prep Brief GeneratorTurn a few details about an upcoming meeting into an agenda, key questions, and a prep checklist.
- Personal ProductivityGoal to Weekly PlanBreak a goal into milestones and a concrete week-by-week plan with the first actions to take.
- Personal ProductivityAI Email Reply DrafterPaste an email you received plus how you want to respond, and get a polished reply draft in the right tone.
- Personal ProductivityDaily Task PrioritizerPaste your task list and get it sorted into an Eisenhower matrix with a focused do-now shortlist.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- AI AgentsBatch LLM Status TrackerSend an array through the OpenAI Batch API, branch on live status updates, and collect the final per-item results.