Skip to main content

Convert RSS news to AI avatar videos with Heygen & GPT-4o

Workflow preview

Workflow preview
100%
Convert RSS news to AI avatar videos with Heygen & GPT-4o preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated News to Video Workflow (n8n + Heygen + GPT 4o) Overview: This n8n workflow turns news from an RSS feed (e.g., CNN) into short, AI generated avatar videos using Heygen. It: 1. Fetche...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, n8n-nodes-base.rssfeedread, n8n-nodes-base.manualtrigger, n8n-nodes-base.wait, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.limit

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Olusola.

Original n8n.io source

1.1 Workflow description

Title
Convert RSS news to AI avatar videos with Heygen & GPT-4o
Workflow name
Convert RSS news to AI avatar videos with Heygen & GPT-4o

🎬 Automated News-to-Video Workflow (n8n + Heygen + GPT-4o)

📄 Overview:

This n8n workflow turns news from an RSS feed (e.g., CNN) into short, AI-generated avatar videos using Heygen. It:

  1. Fetches news from an RSS feed.
  2. Logs headlines to Google Sheets.
  3. Uses GPT-4o or Google Gemini to generate a 30–60 sec script.
  4. Sends the script to Heygen to create an avatar video.
  5. Monitors and retrieves the final video.
  6. Logs video metadata (title, link, etc.) to Google Sheets.

🎯 Ideal for content creators, marketers, or media pages repurposing written news into video content at scale.


⚙️ Setup Guide (No Sensitive Info)

🔑 1. Heygen API
  • Paid Heygen plan required.

  • Add your API key in the Setup Heygen node:

    "heygen_api_key": "your_key_here"
    
  • Optional: Set "avatar_id" and "voice_id" as desired.

💡 2. AI Model: GPT-4o or Gemini
  • GPT-4o: Use OpenAI’s node or HTTP request with your API key.
  • Gemini: Link your Google Cloud project and connect the Gemini node using OAuth2 credentials.
📥 3. RSS Feed
  • Add an RSS node (e.g., CNN).
  • Extract title, link, and content.
📊 4. Google Sheets + Drive
  • Connect via OAuth2:

    • "Google Sheets account 2"
    • "Google Drive account 2"
  • Replace sheet IDs in:

    • Log news to sheets
    • Log video URL and title to sheets
📹 5. Create Video (Heygen)
  • Send a POST request to Heygen's API using the generated script, avatar, and voice ID.
⏳ 6. Monitor Status
  • Poll the status endpoint until video is ready.
  • Capture the download link.
🧾 7. Log Final Output
  • Save video metadata to a Google Sheet for publishing or archiving.

Set up video: Link in Workflow

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 2 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - RSS Read

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.1

Block 6 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 7 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 8 - Get Avatar Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Create Avatar Video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Setup Heygen

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 11 - Download video

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Limit

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 13 - Google Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 14 - parse caption

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - Limit1

Type / Role
n8n-nodes-base.limit - limit
Config choices
Version 1

Block 16 - log news to sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 17 - Log video url and title to sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 18 - write script

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

3. Summary Table

Workflow Convert RSS news to AI avatar videos with Heygen & GPT-4o
Complexity advanced
Nodes 18
Categories Content Creation, Multimodal AI
Author David Olusola
Published 21 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4288/4288.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Convert RSS news to AI avatar videos with Heygen & GPT-4o do?

Automated News to Video Workflow (n8n + Heygen + GPT 4o) Overview: This n8n workflow turns news from an RSS feed (e.g., CNN) into short, AI generated avatar videos using Heygen. It: 1. Fetche...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.