Daily Podcast Summarizer and Emailer
detail.loadingPreview
Automatically fetch top podcasts from a genre using TaddyTopDaily, transcribe them with Whisper, summarize with OpenAI, and email the results using Gmail. This workflow automates the process of staying updated on industry trends.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This n8n workflow automates the process of discovering, summarizing, and distributing valuable podcast content. It begins by fetching a list of top podcasts for a specified genre from the Taddy API. The audio content of these podcasts is then cropped and processed for transcription using the Whisper API. Subsequently, OpenAI's GPT model generates concise summaries of the transcribed content. Finally, the workflow compiles this information into a well-formatted HTML email, which is sent to the user via Gmail. This is particularly useful for individuals or teams who need to stay informed about specific industries or topics without manually sifting through numerous podcasts.
Key Features
- Fetches top podcasts by genre from Taddy API.
- Transcribes podcast audio using OpenAI's Whisper API.
- Summarizes podcast content using OpenAI's GPT models.
- Generates an HTML email with podcast details and summaries.
- Sends personalized email reports via Gmail.
How To Use
- Configure Taddy API Credentials: Obtain an API key from Taddy.org and input your User ID and API key into the
TaddyTopDailynode's header parameters. - Set Podcast Genre: In the
Genrenode, specify the desired podcast genre (e.g.,TECHNOLOGY,NEWS,ARTS). Refer to Taddy's API documentation for a full list of valid genres. - Set OpenAI Credentials: Connect your OpenAI account to the
Whisper Transcribe AudioandSummarize Podcastnodes. - Configure Gmail Credentials: Set up Gmail OAuth2 credentials and provide them to the
Gmailnode. - Specify Recipient Email: Enter the email address where you want to receive the daily podcast summaries in the
Gmailnode. - Schedule Execution: Configure the
Schedulenode to determine when you want to receive the daily podcast summary email. - Test Workflow: Use a
Test Workflownode to verify the entire automation before activating the schedule.
Apps Used
Workflow JSON
{
"id": "8cbfc038-b52d-48bb-9517-87c519f36bc9",
"name": "Daily Podcast Summarizer and Emailer",
"nodes": 0,
"category": "AI & LLM Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 8cbfc038-b52d...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Daily Meeting Summarization with Gemini AI and Slack Integration
Automate daily meeting summarization using the Gemini AI Agent and Google Calendar Tool. The workflow triggers daily, fetches events, summarizes them, and posts the summary to Slack.
Automate YouTube Transcript Summarization with AI
This n8n workflow automates the process of fetching YouTube video transcripts, concatenating them, and then using an AI model (like GPT-4o-mini) to generate a structured, summarized markdown output. It also sends the summary to Telegram and responds to a webhook.
Automate RFP Response Generation with OpenAI and Google Docs
This workflow automates the creation of RFP responses by extracting questions from a PDF document using LLMs, generating answers with OpenAI, and compiling them into a Google Doc. It's triggered via webhook and notifies stakeholders upon completion.