n8n Audio Transcriber 2026: Auto-Transcribe & Summarize Any Audio File (AI-Powered)

This n8n workflow uses OpenAI Whisper to automatically transcribe any audio file — meetings, podcasts, voice notes — and then generates a structured AI summary, all from Google Drive.
googleDriveTrigger
googleDrive
openAi
+5
Workflow Identifier: 1339
NODES in Use: Google Drive Trigger, Google Drive, OpenAI, OpenAI1, Notion, Sticky Note, Sticky Note1, Sticky Note2
Automate audio transcription with n8n and Google Drive

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:
This workflow uses OpenAI Whisper — the most accurate speech-to-text model available — to automatically transcribe any audio file from Google Drive and turn it into a structured AI summary inside Notion.

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 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

    1. Download the workflow file by clicking the Download button on this page.

 

    1. Open the n8n editor, then choose Import from File.

 

    1. Select the downloaded workflow file to import it.

 

Step 2: Configure Credentials and IDs

    1. Add your Google Drive OAuth2 credentials in n8n’s credential manager.

 

    1. Add your OpenAI API key for both Whisper and GPT-4 Turbo nodes.

 

    1. Add Notion API credentials to allow page creation.

 

    1. Update the Google Drive folder ID in the Google Drive Trigger node to your recordings folder.

 

    1. Update the Notion page or database ID in the Notion node where summaries should be stored.

 

Step 3: Test the Workflow

    1. Upload a sample audio file into your chosen Google Drive folder.

 

    1. Watch the workflow run in the n8n dashboard.

 

    1. Check the Notion workspace for the new summary page.

 

Step 4: Activate for Production

    1. Turn the workflow’s Active toggle on to enable continuous running.

 

    1. 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

    1. Download the workflow by clicking the Download button on this page.

 

    1. In the n8n editor, select Import from File and pick your workflow file.

 

    1. After import, add Google Drive, OpenAI, and Notion API keys in credentials.

 

    1. Change folder IDs or page IDs as needed to fit your setup.

 

Run and Activate

    1. Test the workflow by putting an audio file into the watched Google Drive folder.

 

    1. Check Notion for the new summary page.

 

    1. Turn on the workflow using the Active slider.

 

    1. 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

 


Automate audio transcription with n8n and Google Drive

Visit through Desktop to Interact with the Workflow.

Frequently Asked Questions

The Google Drive Trigger node watches a specific folder and starts the workflow when new audio files are added.
The OpenAI Whisper node converts the downloaded audio file into text transcription automatically.
Users must add API credentials and update folder IDs for Google Drive and page IDs for Notion.
The error is often caused by wrong page ID or missing API permissions; verify IDs and API keys.
Author
Written By
Ankit Sharma

Related Workflows

Automate Twist Channel Creation and Messaging with n8n

This workflow automates creating and updating a channel in Twist and sending a personalized message to specific users. It eliminates manual setup errors and saves time managing Twist communications.

Automate Ideogram Image Generation with Google Sheets & Gmail

This workflow automates graphic design image generation via Ideogram AI, storing image data in Google Sheets and Google Drive, with email alerts via Gmail. It saves designers hours by automating image creation, remixing, review, and record-keeping.

Automate IT Support with Slack and OpenAI in n8n

Streamline IT support by automating Slack message handling using n8n and OpenAI. This workflow handles Slack DMs, filters bots, queries a Confluence knowledge base, and delivers AI-generated responses, improving support efficiency and response time.

Automate Crypto Analysis with CoinMarketCap & n8n AI Agent

Discover how this unique n8n workflow leverages CoinMarketCap’s multi-agent AI to deliver precise, real-time cryptocurrency insights directly via Telegram. Manage crypto data analysis efficiently with automated multi-source API integration.

Automate Gumroad to Beehiiv Subscriber Sync with n8n

Learn how to automatically add new Gumroad sales customers as Beehiiv newsletter subscribers using n8n automation. This workflow saves time by syncing sales data to Google Sheets CRM and notifying your Telegram channel instantly.

Generate On-Brand Blog Articles Using n8n and OpenAI

This workflow automates the creation of on-brand blog articles by analyzing existing company content using n8n and OpenAI. It extracts article structures and brand voice to produce consistent draft articles, saving significant content creation time.
1:1 Free Strategy Session
Your competitors are already automating. Are you still paying for it manually?

Do you want to adopt AI Automation?

Every hour your team does repetitive work, you're burning real money.
While you wait, faster businesses are cutting costs and moving quicker.
AI and automations aren't the future anymore — they're the present.

Book a live 1-on-1 session where we show you exactly which of your daily tasks can be automated — and what it’s costing you not to.