- Receive daily summaries of top podcasts in your preferred genre.
- Automate the transcription and summarization of podcast audio.
- Stay informed on the latest podcast trends without manual effort.
Triggers the workflow based on a scheduled time. Fetches top podcast episodes from TaddyTopDaily based on the selected genre. Downloads the audio of each podcast episode. Crops the audio to focus on specific segments for analysis. Transcribes the cropped audio using OpenAI's Whisper. Summarizes the transcribed content with OpenAI's GPT model. Formats the summary into an HTML email and sends it via Gmail.
- 1Import the workflow template into your n8n instance.
- 2Configure the Gmail node with your email credentials.
- 3Set your TaddyTopDaily user ID and API key in the HTTP request node.
- 4Specify your desired podcast genre in the Genre node.
- 5Adjust the schedule in the Schedule node to your preferred time.