📋 Daily team progress checks & reports with Slack, ChatGPT and Google Sheets

37 views · 📋 Project Management

Description

Overview

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 reports.


Overall Workflow Steps


Sample Output

📅 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)

Maintenance Tips


Setup Instructions

  1. Google Sheets API authenticated (OAuth2)
    • Obtain the Spreadsheet ID of the target sheet.
  2. Slack Bot Token with chat:write, users:read, im:write permissions
  3. OpenAI API Key registered
  4. WBS sheet must include the following columns:
    • Name
    • Slack ID or Email
    • Today Progress
    • Remarks


日次進捗チェック自動化フロー

概要

本ワークフローは、毎日 17:00 に自動実行される日次進捗チェックフロー です。Google Sheets・Slack・ChatGPT を連携させ、チームメンバーへの進捗確認と報告作成を自動化します。


フロー全体の流れ


実行結果のイメージ

  📅 2025/10/20 日次進捗報告
  ✅ 佐藤:タスクA完了、Bは80%
  ✅ 鈴木:設計レビュー完了
  ⚠️ 田中:APIテスト遅延(原因:データ未受領)

メンテナンスTips


セットアップ手順

  1. Google Sheets API 認証済み(OAuth2)

    • 対象シートの Spreadsheet ID を取得しておく。
  2. Slack Bot Tokenchat:write, users:read, im:write 権限付与)

  3. OpenAI API Key 登録済み。

  4. WBS シートに以下の列が存在すること:

    • Name
    • Slack ID または Email
    • Today Progress
    • Remarks

🔗 Nodes Used

Cron, Function, Google Sheets, Slack, OpenAI

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup