Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
This page is a course support to rebuild the workflow manually, node by node, live and fast. Every value (URLs, JSON bodies, expressions, prompts) is provided in copy-paste code blocks so you never have to open the workflow to find them.
What the workflow does: it turns one portrait image + a short script into a talking-avatar video with a native voice, then auto-publishes it to TikTok.
Manual Trigger
-> Configuration
-> Generate video (Seedance 2.0) [POST AtlasCloud]
-> Wait for generation
-> Get generation status [GET AtlasCloud]
-> Is video ready?
TRUE -> Set video URL -> Generate TikTok title -> Post to TikTok (Blotato)
FALSE -> Wait for generation (polling loop)
Generate TikTok title <- OpenAI Chat Model (AI sub-node)