Skip to main content

Summarize daily Slack standups with OpenAI, Notion, and Google Sheets

Workflow preview

Workflow preview
100%
Summarize daily Slack standups with OpenAI, Notion, and Google Sheets preview
Open on n8n.io

1. Workflow Overview

Quick overview This workflow runs every weekday, pulls standup messages from a Slack channel, uses OpenAI to generate a structured daily digest, saves the digest to a Notion database, posts a summa...

Best for

  • Project Management automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.slack, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.notion, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.

Original n8n.io source

1.1 Workflow description

Title
Summarize daily Slack standups with OpenAI, Notion, and Google Sheets
Workflow name
Summarize daily Slack standups with OpenAI, Notion, and Google Sheets

Quick overview

This workflow runs every weekday, pulls standup messages from a Slack channel, uses OpenAI to generate a structured daily digest, saves the digest to a Notion database, posts a summary back to Slack, and appends an audit entry to Google Sheets.

How it works

  1. Runs every weekday morning on a cron schedule.
  2. Fetches the day’s recent messages from a specified Slack standup channel and filters out bot, subtype, and join/leave system messages.
  3. Checks whether any standup messages remain and posts a Slack notice if none are found.
  4. Formats the remaining Slack updates into a single structured prompt with date, team name, and message count.
  5. Sends the formatted standup text to OpenAI (gpt-4.1-mini) to generate a JSON digest with summary, highlights, blockers, per-user updates, and mood.
  6. Parses and enriches the AI output with metadata, creates a new page in a Notion database, posts the digest to a Slack summary channel, and appends a run record to a Google Sheets “Audit Log” sheet.

Setup

  1. Add a Slack OAuth2 credential and set the standup channel ID (history source) and the summary channel ID (digest destination).
  2. Add an OpenAI credential and confirm the model selection (gpt-4.1-mini) is available in your account.
  3. Add a Notion credential, create/select a target database, and replace YOUR_NOTION_DATABASE_ID (and ensure the database has the referenced properties: Date, Team, Message Count, Mood).
  4. Add a Google Sheets Service Account credential, share the target spreadsheet with the service account email, and replace YOUR_SHEET_ID and the sheet name (“Audit Log”) if different.
  5. Adjust the schedule cron expression (0 9 * * 1-5) to match your team’s standup timing and timezone expectations.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Overview Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Section Note 1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Section Note 2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Section Note 3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Weekday Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 6 - Fetch Slack Channel Messages

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

Block 7 - Filter Human Messages

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Has Standup Messages

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 9 - Notify No Messages

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

Block 10 - Format Messages for AI

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 11 - Generate Standup Digest

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 2.1

Block 12 - Parse & Enrich Digest

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Log to Notion Database

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 14 - Post Digest to Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.2

Block 15 - Append to Audit Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.4

3. Summary Table

Workflow Summarize daily Slack standups with OpenAI, Notion, and Google Sheets
Complexity advanced
Nodes 15
Categories Project Management, AI Summarization
Author Avkash Kakdiya
Published 18 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16477/16477.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Summarize daily Slack standups with OpenAI, Notion, and Google Sheets do?

Quick overview This workflow runs every weekday, pulls standup messages from a Slack channel, uses OpenAI to generate a structured daily digest, saves the digest to a Notion database, posts a summa...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.