Hosted VPS n8n | Secure and Scalable Automation
Formation n8n en FranΓ§ais : Automatisation & Agents IA
This page is your step-by-step building guide. Follow it to recreate the workflow node by node, live with your community. Every expression and value is copy-paste ready.
Telegram (photo + caption)
βββ Configuration
βββ Get image file from Telegram
βββ Upload image to AtlasCloud
βββ Generate video (WAN 2.7)
βββ Wait 15s
βββ Get generation status
βββ Is video ready?
ββ TRUE β Prepare social post
β βββ Publish to TikTok
β βββ Publish to Instagram
β βββ Publish to Facebook
β βββ Send confirmation on Telegram
ββ FALSE β Wait 15s (polling loop)
| Credential | Type | Where to get it | Node(s) |
|---|---|---|---|
| Telegram Bot Token | telegramApi | @BotFather β /newbot β copy token |
Receive prompt and image on Telegram, Get image file from Telegram, Send confirmation on Telegram |
| AtlasCloud API Key | httpHeaderAuth (Name: Authorization, Value: Bearer YOUR_KEY) |
AtlasCloud Dashboard β API Keys β Create | Upload image to AtlasCloud, Generate video with WAN 2.7, Get generation status |
| Blotato Account | blotatoApi | Blotato Settings β API β Copy token | Publish to TikTok, Publish to Instagram, Publish to Facebook |
Never hardcode API keys inside nodes. Always use n8n credentials.