Block 1 - When clicking ‘Test 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.
This n8n workflow automates the creation of AI generated news recap videos using HeyGen's avatar technology. The template scrapes daily newsletter content, uses AI to generate engaging scripts, and...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.wait, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jadai kongolo.
Original n8n.io sourceThis n8n workflow automates the creation of AI-generated news recap videos using HeyGen's avatar technology. The template scrapes daily newsletter content, uses AI to generate engaging scripts, and produces professional video summaries with synthetic avatars and voices—all without manual intervention.
The workflow operates in three main stages:
Stage 1 - Content Acquisition: The Apify Web Scraper node fetches the latest newsletter content from Morning Brew, extracting markdown-formatted text for processing.
Stage 2 - Script Generation: An AI agent powered by GPT-4 analyzes the content and creates a concise 40-60 word script highlighting the top 2-4 stories in an engaging, conversational tone perfect for short-form video.
Stage 3 - Video Production: The script is sent to HeyGen's API, which generates a video featuring your custom AI avatar delivering the content. The workflow includes intelligent polling to check video completion status before proceeding.
Follow these steps to configure your HeyGen + n8n automation workflow:
Go to HeyGen, create your AI avatar and voice.
Connect your HeyGen API key to the following nodes:
Generate VideoGet VideoGet AvatarsGet VoicesIf you want to test out the "Create video with polling" flow:
News.Make sure all credentials are properly stored and referenced in your environment or credentials store for best security and reuse.
To improve workflow readability, consider renaming these nodes:
| Current Name | Suggested Name | Purpose |
|---|---|---|
News |
Scrape Morning Brew Newsletter |
Fetches newsletter content |
Script Writer |
AI Script Generator |
Creates video script from content |
Generate Video1 |
HeyGen Video Creation |
Initiates video generation |
Get Video1 |
Check Video Status |
Polls for video completion |
30 Seconds |
Wait for Video Processing |
Initial wait period |
If |
Check if Video Complete |
Validates completion status |
Wait |
Retry Video Status Check |
Waits before re-polling |
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.
| Workflow | Automated news video generation with HeyGen AI, Apify, and GPT-4.1 Mini |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Content Creation, Multimodal AI |
| Author | Jadai kongolo |
| Published | 25 Oct 2025 |
Use the JSON export at /data/workflows/10158/10158.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.
This n8n workflow automates the creation of AI generated news recap videos using HeyGen's avatar technology. The template scrapes daily newsletter content, uses AI to generate engaging scripts, and...
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.