It works for any audio file you drop into a folder:
→ Meeting recordings — get titles, action items, follow-ups, and mood analysis automatically
→ Podcast episodes — instant transcripts and key point summaries ready to repurpose
→ Voice notes — turn quick voice memos into organized, searchable Notion pages
→ Client calls — structured notes with dated action items, no manual writing
You drop the file. Whisper transcribes it. GPT-4 Turbo summarizes it. Notion stores it. Done.
1. What This Automation Does
This workflow watches a Google Drive folder for any new audio file — a meeting recording, a podcast episode, a voice note, or a client call.
The moment a file lands in the folder, three things happen automatically:
Transcription with OpenAI Whisper: The audio is sent to OpenAI Whisper, which converts speech to text with industry-leading accuracy across accents, audio quality, and languages.
AI Summary with GPT-4 Turbo: The Whisper transcript is passed to GPT-4 Turbo, which produces a structured summary — including a title, key points, action items with dates, follow-up tasks, topic tags, and sentiment analysis.
Saved to Notion automatically: The full summary is written into a new Notion page, organized and ready to share or act on — with zero manual formatting.
No transcription tools. No copy-pasting. No manual note-taking. The AI handles everything from the moment the file appears in your Drive folder.
2. Who Should Use This Workflow
This workflow is built for anyone who regularly deals with audio files that need to become text or notes.
Meeting-heavy teams: Managers, team leads, and consultants who record calls and need structured notes with action items — without spending 30 minutes writing them up.
Podcasters and content creators: Drop podcast episodes into your Drive folder and get instant transcripts, key point summaries, and repurposable content outlines in Notion.
Researchers and journalists: Record interviews, upload the audio, and get a clean transcript plus a structured summary — no third-party transcription service needed.
Solo operators and founders: Use it for voice notes. Record your thoughts on the go, drop the file in Drive, and find a clean, organized Notion note waiting for you.
If you record audio and need to do something useful with it, this workflow removes every manual step between the recording and the final notes.
3. Tools and Services Used
- n8n: Automation workflow builder that runs the workflow.
- Google Drive API: Watches and downloads new audio files automatically.
- OpenAI Whisper API: Transcribes audio speech to text.
- OpenAI GPT-4 Turbo API: Creates detailed summaries in JSON format from transcripts.
- Notion API: Adds the summarized content as pages inside a Notion workspace.
4. Beginner Step-by-Step: How to Use This Workflow in n8n
Step 1: Import Workflow
- Download the workflow file by clicking the Download button on this page.
- Open the n8n editor, then choose Import from File.
- Select the downloaded workflow file to import it.
Step 2: Configure Credentials and IDs
- Add your Google Drive OAuth2 credentials in n8n’s credential manager.
- Add your OpenAI API key for both Whisper and GPT-4 Turbo nodes.
- Update the Google Drive folder ID in the Google Drive Trigger node to your recordings folder.
- Update the Notion page or database ID in the Notion node where summaries should be stored.
Step 3: Test the Workflow
- Upload a sample audio file into your chosen Google Drive folder.
- Watch the workflow run in the n8n dashboard.
- Check the Notion workspace for the new summary page.
Step 4: Activate for Production
- Turn the workflow’s Active toggle on to enable continuous running.
- Leave the workflow running inside n8n or self-host n8n to run it on your own server.
5. Inputs, Processing Steps, and Outputs
Inputs
- New audio files added to the specified Google Drive folder.
Processing Steps
- The Google Drive Trigger node detects new files.
- The Google Drive node downloads the audio file binary data.
- The OpenAI (Audio Transcription) node transcribes speech to text with Whisper.
- The OpenAI (GPT-4 Turbo) node receives the transcript text, then creates a detailed, structured JSON summary.
- The Notion node takes the JSON and creates a new page in the user’s workspace with organized content blocks.
Outputs
- A new Notion page containing a well-organized meeting summary with titles, main points, dated action items, topic tags, and sentiment analysis.
6. Common Problems and How to Fix Them
Problem 1: No files detected by Google Drive Trigger
Cause: Wrong folder ID or lack of folder access.
Fix: Check the folder ID carefully. Make sure the Google Drive account linked has permission to the folder.
Problem 2: Failing to download files
Cause: Incorrectly mapped file ID or expired Google Drive credentials.
Fix: Ensure mapping uses {{$json.id}} from the trigger output. Refresh Google Drive OAuth credentials in n8n.
Problem 3: Empty or error results from OpenAI Whisper
Cause: Corrupted audio, unsupported audio format, or hitting API limits.
Fix: Try testing with clear, supported audio files. Check OpenAI usage quotas and confirm audio format compatibility.
Problem 4: Notion page creation fails
Cause: Incorrect page ID or missing API permissions for Notion.
Fix: Verify Notion workspace page or database ID. Check that API keys have correct permissions.
7. Customizations
- Change the Google Drive folder by updating the folder ID in the Google Drive Trigger node.
- Tweak the GPT-4 Turbo system prompt to control how detailed or simple the summary should be.
- Add date-tagged reminders for action items directly in Notion by extending the Notion node setup.
- Support more audio formats by adjusting the binary property handling in the Google Drive node.
- Send notifications to Slack by adding a Slack node after the Notion node when a summary is created.
8. Sample OpenAI GPT-4 Turbo System Prompt
This prompt guides the GPT-4 Turbo node to create a structured summary in JSON. Use it exactly in the messages field inside the node.
{
"system": "Summarize audio content into a structured JSON format ... Use English keys only ... Include action items date-tagged in ISO 601 ... Return only valid JSON.",
"user": "Today is {{ $now }}, Transcript: {{ $('OpenAI').item.json.text }}"
}
9. How to Set Up Production in n8n
Import Workflow and Configure
- Download the workflow by clicking the Download button on this page.
- In the n8n editor, select Import from File and pick your workflow file.
- After import, add Google Drive, OpenAI, and Notion API keys in credentials.
- Change folder IDs or page IDs as needed to fit your setup.
Run and Activate
- Test the workflow by putting an audio file into the watched Google Drive folder.
- Check Notion for the new summary page.
- Turn on the workflow using the Active slider.
- For long-run use, consider self-host n8n to keep the workflow running on your server.
10. Summary of Benefits
✓ Transcribes any audio file automatically using OpenAI Whisper — meetings, podcasts, voice notes, client calls
✓ AI summaries generated by GPT-4 Turbo include titles, key points, action items, topic tags, and sentiment
✓ Works on any audio dropped into a Google Drive folder — fully hands-free
✓ Summary saved to Notion automatically — no copy-pasting, no formatting
✓ Whisper handles multiple accents, audio quality levels, and languages
✓ Saves 30–60 minutes per recording that would otherwise go to manual transcription and note-taking
✓ One workflow replaces separate transcription tools, summarization tools, and manual Notion entry

