Block 1 - Sticky • README (EN)
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
How it works Schedule Trigger — runs daily at 10:00 (adjustable). RSS Feed Read — collects fresh AI/LLM news from multiple feeds. AI Agent — analyzes news, picks ...
n8n-nodes-base.stickynote, n8n-nodes-base.httprequest, n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.wait, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.openai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ivan Maksiuta.
Original n8n.io sourceHow it works
Schedule Trigger — runs daily at 10:00 (adjustable).
RSS Feed Read — collects fresh AI/LLM news from multiple feeds.
AI Agent — analyzes news, picks the most viral story, and drafts a 30-second script.
OpenAI nodes — create:
a short, catchy video title
a short caption for social media
a long caption with hashtags
HeyGen API — generates a vertical avatar video (9:16) using your selected avatar_id, voice_id, and optional background video.
Wait node — checks the processing status of the video.
Blotato API — uploads the video and captions for publishing.
Optional publish nodes — preconfigured for TikTok, Instagram, YouTube, Facebook, etc. (disabled by default).
Requirements
n8n v1.105.4+ (cloud or self-hosted)
HeyGen account with API key + avatar_id + voice_id
Blotato account with API key and platform IDs
Setup steps
Import the workflow into n8n.
Create credentials in n8n (⚠ do not hardcode keys):
HeyGen API Key
Blotato API Key
Open the Setup Heygen node:
Paste your heygen_api_key
Add your avatar_id and voice_id
Optionally change background_video_url
Open the Prepare for Publish node:
Paste your blotato_api_key
Add IDs for TikTok, YouTube, Instagram, etc.
Adjust the Schedule Trigger to your preferred time/frequency.
(Optional) Enable the publish nodes if you want direct uploads to your platforms.
Customization
Topic — edit the AI Agent’s prompt to switch from AI/LLM news to any topic (crypto, marketing, tech, etc.).
Language — update prompts for different output languages.
Visuals — replace the HeyGen avatar, voice, or background video for a different look.
Publishing — connect only the social platforms you actually use.
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 27 workflow blocks. Download the JSON for the full node graph.
| Workflow | Generate & publish AI news avatar videos with HeyGen and Blotato |
|---|---|
| Complexity | advanced |
| Nodes | 27 |
| Categories | Content Creation, Multimodal AI |
| Author | Ivan Maksiuta |
| Published | 30 Aug 2025 |
Use the JSON export at /data/workflows/8050/8050.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.
How it works Schedule Trigger — runs daily at 10:00 (adjustable). RSS Feed Read — collects fresh AI/LLM news from multiple feeds. AI Agent — analyzes news, picks ...
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.