Block 1 - Group Member Info
- Type / Role
- n8n-nodes-base.function - function
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow is a daily progress check flow that runs automatically at 17:00 . It integrates Google Sheets, Slack, and ChatGPT to automate progress inquiries to team members and generate daily rep...
n8n-nodes-base.function, n8n-nodes-base.stickynote, n8n-nodes-base.cron, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.slack, n8n-nodes-base.wait, @n8n/n8n-nodes-langchain.openai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Satoshi.
Original n8n.io sourceThis workflow is a daily progress check flow that runs automatically at 17:00. It integrates Google Sheets, Slack, and ChatGPT to automate progress inquiries to team members and generate daily reports.
Individual Member DM
“Hello Sato-san, could you briefly share today’s progress?”
Team Report Sample
📅 2025/10/20 Daily Progress Report
✅ Sato: Task A completed, B at 80%
✅ Suzuki: Design review completed
⚠️ Tanaka: API test delayed (Reason: data not received)
temperature and max_tokens as neededchat:write, users:read, im:write permissionsNameSlack ID or EmailToday ProgressRemarks本ワークフローは、毎日 17:00 に自動実行される日次進捗チェックフロー です。Google Sheets・Slack・ChatGPT を連携させ、チームメンバーへの進捗確認と報告作成を自動化します。
📅 2025/10/20 日次進捗報告
✅ 佐藤:タスクA完了、Bは80%
✅ 鈴木:設計レビュー完了
⚠️ 田中:APIテスト遅延(原因:データ未受領)
temperature や max_tokens を調整可Google Sheets API 認証済み(OAuth2)
Slack Bot Token(chat:write, users:read, im:write 権限付与)
OpenAI API Key 登録済み。
WBS シートに以下の列が存在すること:
NameSlack ID または EmailToday ProgressRemarksThis 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 | Daily team progress checks & reports with Slack, ChatGPT and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Project Management, AI Chatbot |
| Author | Satoshi |
| Published | 29 Nov 2025 |
Use the JSON export at /data/workflows/11345/11345.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 workflow is a daily progress check flow that runs automatically at 17:00 . It integrates Google Sheets, Slack, and ChatGPT to automate progress inquiries to team members and generate daily rep...
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 Chatbot use case.