Skip to main content

Auto-generate meeting minutes with GPT and share from Google Drive to Slack

Workflow preview

Workflow preview
100%
Auto-generate meeting minutes with GPT and share from Google Drive to Slack preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Who’s it for Teams who want to automatically generate structured meeting minutes from uploaded transcripts and instantly share them in Slack. Perfect for startups, project teams, or any company tha...

Best for

  • AI Summarization automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code, n8n-nodes-base.slack, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Auto-generate meeting minutes with GPT and share from Google Drive to Slack
Workflow name
Auto-generate meeting minutes with GPT and share from Google Drive to Slack

Who’s it for

Teams who want to automatically generate structured meeting minutes from uploaded transcripts and instantly share them in Slack. Perfect for startups, project teams, or any company that collects meeting transcripts in Google Drive.


How it works / What it does

This workflow automatically turns raw meeting transcripts into well-structured minutes in Markdown and posts them to Slack:

  1. Google Drive Trigger – Watches a specific folder. Any new transcript file added will start the workflow.
  2. Download File – Grabs the transcript.
  3. Prep Transcript – Converts the file into plain text and passes the transcript downstream.
  4. Message a Model – Sends the transcript to OpenAI GPT for summarization using a structured system prompt (action items, decisions, N/A placeholders).
  5. Make Minutes – Formats GPT’s response into a Markdown file.
  6. Slack: Send a message – Posts a Slack message announcing the auto-generated minutes.
  7. Slack: Upload a file – Uploads the full Markdown minutes file into the chosen Slack channel.

End result: your Slack channel always has clear, standardized minutes right after a meeting.


How to set up

  1. Google Drive
    • Create a folder where you’ll drop transcript files.
    • Configure the folder ID in the Google Drive Trigger node.
  2. OpenAI
    • Add your OpenAI API credentials in the Message a Model node.
    • Select a supported GPT model (e.g., gpt-4o-mini or gpt-4).
  3. Slack
    • Connect your Slack account and set the target channel ID in the Slack nodes.
  4. Run the workflow and drop a transcript file into Drive. Minutes will appear in Slack automatically.

Requirements

  • Google Drive account (for transcript upload)
  • OpenAI API key (for text summarization)
  • Slack workspace (for message posting and file upload)

How to customize the workflow

  • Change summary structure: Adjust the system prompt inside Message a Model (e.g., shorter summaries, language other than English).
  • Different output format: Modify Make Minutes to output plain text, PDF, or HTML instead of Markdown.
  • New destinations: Add more nodes to send minutes to email, Notion, or Confluence in parallel.
  • Multiple triggers: Replace Google Drive trigger with Webhook if you want to integrate with Zoom or MS Teams transcript exports.

Good to know

  • OpenAI API calls are billed separately. See OpenAI pricing.
  • Files must be text-based (.txt or .md). For PDFs or docs, add a conversion step before summarization.
  • Slack requires the bot user to be a member of the target channel, otherwise you’ll see a not_in_channel error.

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 - Google Drive Trigger

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

Block 2 - Download file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 3 - Message a model

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

Block 4 - Prep transcript

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

Block 5 - Make Minutes

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

Block 6 - Send a message

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

Block 7 - Upload a file

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

Block 8 - Sticky Note

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

3. Summary Table

Workflow Auto-generate meeting minutes with GPT and share from Google Drive to Slack
Complexity intermediate
Nodes 8
Categories AI Summarization, Multimodal AI
Author Lidia
Published 25 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7802/7802.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 Auto-generate meeting minutes with GPT and share from Google Drive to Slack do?

Who’s it for Teams who want to automatically generate structured meeting minutes from uploaded transcripts and instantly share them in Slack. Perfect for startups, project teams, or any company tha...

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 AI Summarization, Multimodal AI use case.