Quick overview
This workflow listens for a Telegram message containing a photo and caption, generates an image-to-video clip via AtlasCloud (WAN 2.7), then publishes the resulting video to TikTok, Instagram, and Facebook using Blotato and sends a confirmation back on Telegram.
How it works
- Triggers when a Telegram bot receives a message with a photo and caption.
- Extracts the caption as the video prompt/caption, sets duration and resolution, and downloads the attached photo from Telegram.
- Uploads the photo to AtlasCloud and starts an image-to-video generation job using the WAN 2.7 model.
- Waits briefly, then polls AtlasCloud for the generation status until it returns completed/succeeded.
- Uses the returned video URL and caption to publish the video to TikTok, Instagram, and a Facebook page via Blotato.
- Sends a Telegram message back to the original chat confirming publishing and includes the generated video link.
Setup
- Create/select Telegram bot credentials and use the bot to receive photo messages and send confirmations.
- Add an AtlasCloud API key as an HTTP Header Auth credential (Bearer token) and select it on the two AtlasCloud HTTP Request steps.
- Install and enable the Blotato community node, connect your Blotato account, and select the target TikTok/Instagram accounts and Facebook page.
- Review and adjust the configuration values (model, duration, resolution, and caption mapping) to match your desired output.
Additional info
Generate AI videos from a photo and publish to TikTok, Instagram and Facebook