Daily Telegram Google Analytics MCP Report
Send a daily Telegram summary by letting an Agent query Google Analytics through an MCP server.
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
Daily Telegram Google Analytics MCP Report
Send a daily GA4 digest to Telegram without building a custom reporting backend. A Cron node runs once per day, an Agent calls your Google Analytics MCP tools, and a Telegram node sends the formatted result to a chat or group.
An agent consuming an MCP server is the layer the protocol debate usually skips past. A2A Protocol vs MCP covers what each standard is for and what the adoption numbers actually show.
What this workflow does
- DailySchedule runs once per day
- AnalyticsReporter (Agent) uses Google Analytics MCP tools to fetch yesterday's core metrics
- The Agent formats a short executive summary with sessions, users, conversions, and notable changes
- SendTelegramReport posts the digest to Telegram
- ReportStatus returns the Telegram send status for debugging
Use cases
- Daily growth report for founders or marketing teams
- Website traffic snapshots in a private Telegram group
- Automated GA4 summaries without exporting CSV files
MCP and Agent setup
Configure the Agent node with your Google Analytics MCP server. The placeholder uses stdio-style settings; swap in the package, command, or HTTP endpoint used by your MCP deployment. If your MCP server returns GA Data API not configured, pass GA_SERVICE_ACCOUNT_JSON and GA_PROPERTY_ID through the Agent's MCP args field as the JSON config argument. Do not put service account JSON in the system prompt; the MCP server needs those values before the Agent can call its tools.
Setup
Create a Telegram credential, choose the target chat ID, and set the Cron expression for your timezone. For a daily 09:00 run, keep the default 0 9 * * * and adjust the scheduler timezone in your Heym deployment if needed.
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
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.
- Marketing & SEOGemini Image CreatorGenerate images from a text prompt using Gemini's native image output.
- Marketing & SEOAI Content RepurposerPaste a blog URL — fetch the article and get a ready-to-post LinkedIn update and Twitter/X thread in one run.
- Marketing & SEOSocial Media Post GeneratorRun on a weekly schedule — generate ready-to-publish LinkedIn and Twitter posts for each topic in your content calendar and send drafts to Slack for review.
- Marketing & SEOSEO Keyword Opportunity FinderFetch low-hanging keyword data from Google Search Console weekly, score each query for content opportunity with AI, and save high-value targets to a DataTable for your editorial team.
- Marketing & SEOYouTube Channel RSS to CSV — SKILL.md & Python Tutorial TrackerFetch any YouTube channel's public RSS feed and export video titles, URLs, and publish dates as a clean CSV — great for tracking SKILL.md and Python tutorial creators like Nate Herk.
- Marketing & SEOAI Viral Video Generator & TikTok PublisherRead topics from Google Sheets, generate short videos with the VEO 3 API, and upload each one to TikTok automatically.
- Marketing & SEOGoogle Analytics AI AgentAsk plain-language questions about your GA4 property — the Agent queries Google Analytics through analytics-mcp and returns metrics, reports, and insights.
- Marketing & SEOGoogle Search Console AI AgentQuery Search Console data in plain language — the Agent uses mcp-search-console to answer questions about rankings, impressions, clicks, and indexing status.
- Marketing & SEOCompetitor Launch Radar to SlackFetch competitor update feeds on a schedule, summarize launch signals with AI, and post the market brief to Slack.
- Marketing & SEOText Readability Scorer (Agent Skill)An agent runs a bundled Python skill that scores text for readability with Flesch Reading Ease and grade level.
- Marketing & SEOProduct Page SEO Catalog Sync AgentUse Firecrawl MCP and catalog data to audit product pages, draft SEO updates, and route merchandising fixes for approval.