Block 1 - 📝 Prepare Messages
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
Weekly Standup with AI Summary — Telegram + Google Sheets Automate your weekly team standups end to end. Bot asks each team member three questions on Telegram, waits for responses, then AI summa...
n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Muhammad Mahamid.
Original n8n.io sourceAutomate your weekly team standups end-to-end. Bot asks each team member three questions on Telegram, waits for responses, then AI summarizes the entire team's update and sends a clean executive summary to the team lead. All logged to Google Sheets for history.
Standups are essential but consume hours every week. Slack/Teams threads get messy. Calendar invites get ignored. This template runs your standup automatically — questions go out Monday at 9 AM, the team replies on their phone via Telegram, and by lunchtime the team lead has a clean AI-generated summary.
No more "what did everyone do last week?" meetings. No more chasing replies. No more manually writing summaries.
Standup_LogPowered by Groq's llama-3.1-8b-instant (free tier). Every summary follows the same structured format:
📌 KEY ACCOMPLISHMENTS LAST WEEK
- bullet point 1
- bullet point 2
🎯 THIS WEEK'S PLAN
- bullet point 1
- bullet point 2
🚧 BLOCKERS & RISKS
- list any blockers, or "None reported"
💪 TEAM HEALTH
One sentence assessment: on track / needs attention / at risk
Consistent format means leads can scan summaries in seconds across weeks.
When Groq hits rate limits (429), the workflow waits and retries automatically. Up to 2 retries per call. Falls back to raw responses if AI is unavailable — never breaks.
⚠️ Missing: Sarah, Omar)👥 Responded: 4/5)continueOnFail on all Telegram and Sheets nodes0 9 * * 1 = Monday 9 AM)10 minutes:
/start to your bot onceOpen @BotFather on Telegram → /newbot → choose a name → copy the token (looks like 7654321:AAGfHJ...).
Each team member opens @userinfobot → /start → copies the Id: number.
Important: every team member must send /start to your bot once before the bot can message them. This is a Telegram security policy.
| Field | Example |
|---|---|
team_chat_ids |
123456789,987654321,555555555 |
team_names |
Ahmad,Sarah,Omar |
team_lead_chat_id |
123456789 (whoever gets the summary) |
question_1, _2, _3 |
Customize for your team |
telegram_bot_token |
Token from @BotFather |
groq_api_key |
Free key from console.groq.com |
Standup_LogClick ▶️ Manual Test → you'll get the standup questions on Telegram → reply to the bot → wait 4 hours (or temporarily change to 2 minutes for testing) → receive AI summary.
⏰ Every Monday 9 AM ──→
▶️ Manual Test ─────────→ ⚙️ Settings
↓
📝 Prepare Messages
↓
📲 Send to Team (Telegram)
↓
💾 Log Sent (Google Sheets)
↓
⏳ Wait 4 Hours
↓
📥 Fetch Responses (Telegram getUpdates)
↓
🤖 AI Summarize (Groq + retry)
↓
📲 Send Summary to Lead (Telegram)
10 nodes. Single workflow. Production-ready.
$0. Telegram bots are free. Groq's free tier handles 14,400 requests/day on llama-3.1-8b-instant — way more than weekly standups need. Google Sheets is free.
A team that runs itself. Standups happen on autopilot. The team lead gets a structured weekly summary with zero manual effort. New team members ramp up faster because every week's update is searchable in Google Sheets.
Time saved per week: 30-45 minutes per team member + 2-3 hours for the team lead.
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 | Run weekly standups with Groq AI summaries via Telegram and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Project Management, AI Summarization |
| Author | Muhammad Mahamid |
| Published | 28 Apr 2026 |
Use the JSON export at /data/workflows/15371/15371.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.
Weekly Standup with AI Summary — Telegram + Google Sheets Automate your weekly team standups end to end. Bot asks each team member three questions on Telegram, waits for responses, then AI summa...
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 Project Management, AI Summarization use case.