Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
What it does Instead of manually checking separate apps for your calendar, weather, and news each morning, this workflow consolidates the most important information into a single, convenient audio ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.splitout, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-base.stickynote, n8n-nodes-base.googlecalendar, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Atta.
Original n8n.io sourceInstead of manually checking separate apps for your calendar, weather, and news each morning, this workflow consolidates the most important information into a single, convenient audio briefing. The "Good Morning Podcast" is designed to be a 3-minute summary of your day ahead, delivered directly to you. It's multi-lingual and customizable, allowing you to start your day informed and efficiently.
The workflow executes in three parallel branches before merging the data to generate the final audio file.
To get this workflow running, you will need to configure credentials for each of the external services and set your initial parameters.
⚠️ Important Prerequisite
Install FFmpeg: The workflow requires the FFmpeg software package to be installed on the machine running your n8n instance (local or server). Please ensure it is installed and accessible in your system's PATH before running this workflow.
BotFather in your Telegram app.Telegram Trigger node or another method. You will need this for the Telegram send node.In the first node (or when you run the workflow manually), you must provide the following initial data:
name: Your first name for a personalized greeting.city: The city for your local weather forecast (e.g., "Amsterdam").language: The language for the entire podcast output (e.g., "en-US", "nl-NL", "fa-IR").news_keywords: A comma-separated list of topics you are interested in for the news summary (e.g., "n8n,AI,technology").This workflow is highly customizable. Here are several ways you can adapt it to fit your needs:
language is a starting parameter, but you can go deeper into the Google TTS nodes (Generate Virtual Parts, etc.) to select specific voices, genders, and speaking rates to create a unique podcast host style.Set and Merge nodes that construct the final script. You can easily change the greeting, the transition phrases between sections, or the sign-off message.Telegram node for a Slack node, Discord node, or even an Email node to send the MP3 file to your preferred platform.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Morning briefing podcast: generate daily summaries with Gemini AI, weather, and calendar |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Content Creation, Multimodal AI |
| Author | Atta |
| Published | 02 Sept 2025 |
Use the JSON export at /data/workflows/8143/8143.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
What it does Instead of manually checking separate apps for your calendar, weather, and news each morning, this workflow consolidates the most important information into a single, convenient audio ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.