Automate daily standups using Slack, Notion, and Redis — n8n ワークフロー
概要
Run automated daily standups using Slack, Notion, and Redis
📌 Overview
This workflow fully automates your team's daily standup process using Slack for communication, Notion for structured data storage, and Redis for real-time session management.
It automatically sends standup questions to active team members, collects and stores their responses, manages conversation sessions, and generates structured summary reports for managers.
Morning and evening standups run on schedule without manual in
使用ノード
RedisSlackNotionCode
ワークフロープレビュー
Fetch Active Members
M
Merge Data
Fetch Evening Standups
⚡
E
Evening schedule trigger
Build evening summary me…
Send to Admin Channel Ev…
Send to Admin Channel
⚡
M
Morning schedule trigger
Fetch team members (morn…
Fetch today's morning st…
M
Merge morning data
Build morning summary me…
⚡
M
Morning standup initiato…
Get active team members
C
Check if members found
D
Developer loop
Extract and validate mem…
I
Is valid member
Check existing Redis ses…
Parse session state
N
Needs new session
Create Notion session
Prepare session data
S
Session data ready
Save session to Redis
Send standup message
Update Slack channel ID …
C
Continue to next (morning)
⚡
E
Evening standup initiato…
Get active team members …
C
Check developers found
No developers found
P
Process each developer
Validate and prepare mem…
C
Check if valid member (e…
Check evening Redis sess…
Check evening session st…
S
Should proceed with even…
Create evening Notion se…
Build evening session data
E
Evening session ready
Store evening session in…
Send evening standup mes…
Log final result
C
Continue to next (evening)
45 nodes51 edges
仕組み
- 1
トリガー
このワークフローは スケジュール トリガーで開始します、定義されたスケジュールで実行。
- 2
処理
データは 45 個のノードを流れます, connecting code, if, merge。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (45)
RE#1
Redis
redis
SL#2
Slack
slack
NO#3
Notion
notion
CO#4
Code
code
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
automate-daily-standups-using-slack-notion-and-redisファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Automate daily standups using Slack, Notion, and Redis", "nodes": [...], ...}
インテグレーション
codeifmergenotionredisscheduletriggerslacksplitinbatches
作成者
BytezTech
@chintan
タグ
codeifmergenotionredisscheduletriggerslacksplitinbatches