Skip to content
FlowHubFluxonLab
Gmail
AI Automationfree

🦜✨Use OpenAI to Transcribe Audio + Summarize with AI + Save to Google Drive

by Joseph LePageadapted from n8n official workflow galleryUpdated Aug 2026
RequiresGmailGmailGoogle DriveGoogle DriveOpenAITelegramTelegram
Share Post Share
Gmail User for ApprovalGmail User for …SeSet ConfigTranscribe with OpenAITranscribe with…FiFilter by .m4a extensionFilter by .m4a …LiLimit to last fileLimit to last f…Download audio fileDownload audio …Search Google DriveSearch Google D…Send Telegram MessageSend Telegram M…Send Gmail MessageSend Gmail Mess…Email Content FormatterEmail Content F…Summarize to Structured JSONSummarize to St…Summarize to JSONSummarize to JS…Convert JSON to MarkdownConvert JSON to…SeGet Filename for JSONGet Filename fo…SeGet Filename for MarkdownGet Filename fo…Save JSON file to Google DriveSave JSON file …Save Markdown file to Google DriveSave Markdown f…Get JSON File MetaGet JSON File M…Get Markdown File MetaGet Markdown Fi…SePrepare Response JSONPrepare Respons…SePrepare Response MarkdownPrepare Respons…MeMerge All PathsSave Raw Transcript to Google DriveSave Raw Transc…MaStart WorkflowGDOn File Created TriggerOn File Created…1234567891011121314151617181920212223242526
1/5
STEPS · 26
Run manually by an operator

Automate Audio Transcription, AI Summarization, and Google Drive Storage Who is this for? Content Teams, Researchers, and Administrators who need to automatically process voice memos, meeting recordings, or interview audio into structured, searchable documents. What problem does this solve? Eliminates manual transcription work by automatically converting audio files into organized text documents with AI analysis, while maintaining human oversight through approval workflows. What this workflow does Smart Audio Processing: Triggers when new .m4a files appear in Google Drive Uses OpenAI's Whisper for accurate transcription Implements dual-format reporting (JSON + Markdown) Human Oversight (optional): Requires email approval before processing 45-minute response window with escalation options AI-Powered Analysis: Generates structured JSON reports with: Key points & action items Sentiment analysis Technical terminology glossary Creates Markdown versions for easy reading Document Management: Stores raw transcripts + reports in Google Drive Automatic file naming with timestamps Sends completion alerts via Email/Telegram Workflow visualization showing audio file processing path Setup Creden

Tags

n8nreference-onlygmailgoogle-driveopen-aitelegram
Connects
gmailGmailgoogledriveGoogle DriveOpenAItelegramTelegram
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes25
AddedMar 3, 2025
Agmailopenaichatmodeltelegram
free

Send daily AI news digests from RSS feeds with OpenAI, Telegram and Gmail

Quick overview This workflow runs every morning at 8 AM, pulls articles from multiple RSS feeds, deduplicates and trims the list, uses OpenAI (GPT-5 Mini) to write a short plain-text news digest, and delivers the same digest to a Telegram chat and a Gmail inbox. How it works Runs daily at 8:00 AM on a schedule. Splits your configured RSS feed URL list into individual feeds and fetches the latest articles from each one, continuing even if a feed fails. Removes duplicate articles by link, keeps only the newest items up to your maxArticles limit, and trims each item to title, link, publish date, and a short snippet. Combines all cleaned articles into a single JSON list and sends it to OpenAI (GPT-5 Mini) to select 5–8 top stories and generate a single plain-text digest under 3,500 characters. Sends the generated digest to your specified Telegram chat. Emails the same digest as a plain-text message through Gmail. Setup Add an OpenAI credential and ensure the GPT-5 Mini model is available in your account. Create a Telegram bot with @BotFather, add the Telegram credential in n8n, and set your target telegramChatId (for example by using @get_id_bot). Connect a Gmail account in n8n and set

by Manik Chandra Dhor
Acalculatoropenaichatmodel
free

Run a Telegram voice assistant with OpenAI GPT-5 Mini and Google Calendar

Quick overview This workflow turns a Telegram bot into a personal assistant that accepts text or voice notes, transcribes audio with OpenAI, uses a memory-enabled AI agent for replies and calculations, and creates Google Calendar reminder events from natural-language requests. How it works Triggers whenever a new Telegram message is received by your bot. Routes the message based on type, sending text directly to the assistant, voice notes to transcription, and other message types to a fallback reply. For voice notes, downloads the audio from Telegram and transcribes it to text using OpenAI. Sends the user’s text (typed or transcribed) to an OpenAI chat model powered agent that remembers the last 15 messages per chat and can use a calculator tool. When the user asks for a reminder or event, the agent creates a Google Calendar event with AI-generated title and start/end times. Sends the agent’s final response back to the originating Telegram chat. Setup Create a Telegram bot with @BotFather, add a Telegram credential in n8n, and enable updates for the Telegram Trigger. Add an OpenAI credential with access to the chat model and audio transcription used in the workflow. Add a Google Ca

by Manik Chandra Dhor
ACgmailsheets
free

Screen LinkedIn jobs and send tailored applications with Apify and OpenAI

Quick overview This workflow collects your job preferences via an n8n form, uses Apify to scrape LinkedIn job listings, and has OpenAI screen and rank them. After you approve a shortlist by Gmail, it generates tailored resume and cover-letter PDFs with DocRaptor, emails them to you, and logs matches to Sheets How it works Receives your job preferences and resume text through an n8n form submission. Sends the preferences to Apify to scrape recent LinkedIn jobs, then removes duplicates and obvious mismatches (seniority, years of experience, and location). Uses OpenAI to score each job’s relevance and eligibility and returns a JSON verdict with a fit score and short reason. Keeps the top matches above the configured threshold and emails you a shortlist in Gmail with approve/decline buttons. If you approve, uses OpenAI to draft a job-specific resume and cover letter from only the provided profile text and generates HTML interview prep questions. Converts the resume and cover letter HTML into PDFs via DocRaptor, emails the tailored application package to you in Gmail, and appends the match details to a Google Sheets tracker. Setup Add credentials for OpenAI, Gmail OAuth2, Google Sheets

by Dr. Firas