What This Workflow Does
This automation solves the tedious manual process of managing meeting recordings—downloading audio files, transcribing them, formatting minutes, and distributing them to attendees. The workflow automatically processes meeting recordings through OpenAI's Whisper API for transcription, then organizes and stores the transcripts in Google Drive while sending formatted minutes to participants.
By automating this process, teams can save 2-3 hours per meeting that would otherwise be spent on administrative tasks. The system ensures consistent formatting of minutes, creates searchable archives of all meeting content, and provides immediate access to transcripts for reference or compliance purposes.
How It Works
1. Recording Upload Trigger
The workflow activates when a new meeting recording is uploaded to a designated Google Drive folder or when a Zoom/Teams recording link is received. This serves as the starting point for the automation sequence.
2. Audio Processing
The system extracts the audio file from the recording (if video) and prepares it for transcription. It handles various file formats and can process recordings from multiple meeting platforms.
3. OpenAI Transcription
The audio is sent to OpenAI's Whisper API for transcription. The workflow includes error handling for large files, audio quality issues, and API rate limits to ensure reliable processing.
4. Minutes Formatting
The raw transcript is processed into formatted meeting minutes with key sections (attendees, decisions, action items) automatically identified and highlighted for readability.
5. Distribution & Archiving
Final minutes are saved to Google Drive in an organized folder structure and distributed to attendees via email or shared links. The system maintains version control and access permissions.
Who This Is For
This automation is ideal for teams that conduct regular meetings and need to maintain accurate records—executive teams, legal departments, project managers, and remote teams. It's particularly valuable for:
- Companies with compliance requirements for meeting documentation
- Teams that need to reference past meeting discussions frequently
- Organizations with participants across multiple time zones
- Businesses that want to reduce administrative overhead for assistants
What You'll Need
- An n8n instance (cloud or self-hosted)
- OpenAI API access with Whisper permissions
- Google Workspace account with Drive API access
- A designated Google Drive folder for meeting recordings
- Email service (Gmail, SMTP, etc.) for distribution
Quick Setup Guide
- Download the JSON template file
- Import into your n8n instance
- Configure your OpenAI API credentials
- Connect your Google Drive account
- Set up your meeting recording source (Drive folder, Zoom, etc.)
- Test with a sample recording
- Deploy the workflow in production
Key Benefits
Save 5-8 hours per week by eliminating manual transcription and minutes preparation. The automation handles everything from processing to distribution.
Improve meeting accountability with automatically generated action items and decisions that are clearly documented and timestamped in the transcripts.
Create searchable knowledge bases of all meeting content stored in Google Drive, making past discussions easily retrievable.
Ensure compliance readiness with standardized, timestamped records of all meetings that include full context of discussions.
Reduce human error in meeting documentation by automating the entire process from recording to final distribution.