Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
This workflow turns a single image into a short vertical video and auto-publishes it to YouTube and TikTok. You send a photo with a caption to a Telegram bot; the caption becomes the animation prompt. The image is sent to AtlasCloud (ByteDance Seedance 2.0 image-to-video), the workflow polls until the render is ready, OpenAI writes an SEO title, and Blotato publishes the video on both platforms. This page is a step-by-step build guide so you can recreate the workflow node by node, live.
Telegram Trigger → Configuration → Upload Image to AtlasCloud → Submit Video Generation
→ Wait for Rendering → Check Video Status → Video Ready?
(false) → back to Wait for Rendering
(true) → Generate Video Title → Publish to YouTube → Publish to TikTok → Notify on Telegram
| Service | Credential type in n8n | Used by | Where to get it |
|---|---|---|---|
| Telegram Bot | Telegram API | Telegram Trigger, Notify on Telegram | Create a bot with @BotFather, copy the token |
| AtlasCloud | Header Auth (httpHeaderAuth) | Upload, Submit, Check Status | AtlasCloud → API keys |
| OpenAI | OpenAI API | OpenAI Title Model | platform.openai.com → API keys |
| Blotato | Blotato API | Publish to YouTube, Publish to TikTok | Blotato → Settings → API keys (paid plan) |
⚠️ Community node: Blotato is a community node. This workflow needs n8n self-hosted or n8n Cloud with Verified Community Nodes enabled.