Block 1 - Looking for uploading file
- Type / Role
- n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Audio to Insights: Auto Meeting Summarizer Transform your meeting recordings into actionable insights automatically. This powerful n8n workflow monitors your Google Drive for new audio files, tr...
n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.datetime, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yaron Been.
Original n8n.io sourceTransform your meeting recordings into actionable insights automatically. This powerful n8n workflow monitors your Google Drive for new audio files, transcribes them using OpenAI's Whisper, generates intelligent summaries with ChatGPT, and logs everything in Google Sheets - all without lifting a finger.
This workflow operates as a seamless 6-step automation pipeline:
Step 1: Smart Detection The workflow continuously monitors a designated Google Drive folder (polls every minute) for newly uploaded audio files.
Step 2: Secure Download When a new audio file is detected, the system automatically downloads it from Google Drive for processing.
Step 3: AI Transcription OpenAI's Whisper technology converts your audio recording into accurate text transcription, supporting multiple audio formats.
Step 4: Intelligent Summarization ChatGPT processes the transcript using a specialized prompt that extracts:
Step 5: Timestamp Generation The system automatically adds the current date and formats it consistently for tracking purposes.
Step 6: Automated Logging The final summary is appended to your Google Sheets document with the date, creating a searchable archive of all meeting insights.
Before setting up the workflow, ensure you have:
1. Credential Setup
2. Google Drive Configuration
/folders/)folderToWatch parameter in the workflow3. Google Sheets Preparation
Date and Meeting SummarydocumentId parameter in the workflow4. Audio Requirements
5. Workflow Activation
Enhanced Summarization Modify the ChatGPT prompt to focus on specific elements:
- Add speaker identification for multi-person meetings
- Include sentiment analysis for customer calls
- Generate department-specific summaries (technical, sales, legal)
- Extract financial figures and metrics automatically
Integration Expansions
Quality Improvements
Common Issues
Optimization Tips
Sample Summary Format:
**Meeting Summary - March 15, 2024**
**Key Discussion Points:**
- Q1 budget review and allocation decisions
- New product launch timeline and milestones
- Team restructuring and role assignments
**Action Items:**
- John: Finalize budget proposal by March 20th (High Priority)
- Sarah: Schedule product demo sessions for March 25th
- Team: Submit org chart feedback by March 18th
**Decisions Made:**
- Approved additional marketing budget of $50K
- Delayed product launch to April 15th for quality assurance
- Promoted Lisa to Senior Developer role
For any questions, customizations, or technical support regarding this workflow:
π§ Email Support
π₯ Learning Resources
π Professional Network
π‘ What to Include in Your Support Request
Ready to transform your meeting chaos into organized insights? Download the workflow and start automating your meeting summaries today!
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.
| Workflow | Auto meeting summarizer with Google Drive, OpenAI Whisper & GPT-4 to Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Document Extraction, AI Summarization |
| Author | Yaron Been |
| Published | 25 May 2025 |
Use the JSON export at /data/workflows/4370/4370.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Audio to Insights: Auto Meeting Summarizer Transform your meeting recordings into actionable insights automatically. This powerful n8n workflow monitors your Google Drive for new audio files, tr...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Document Extraction, AI Summarization use case.