๐ŸŽฏ Auto-generate meeting minutes with GPT and share from Google Drive to Slack

โšก 223 views ยท ๐ŸŽฏ AI Summarization & Classification

Description

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


How to customize the workflow


Good to know

๐Ÿ”— Nodes Used

Slack, Google Drive, Google Drive Trigger, OpenAI

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup