Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
A workflow that turns a Telegram voice note or text message into ONE polished caption + a matching AI image, then publishes to LinkedIn, Instagram, Facebook and Threads through Blotato, and sends you a confirmation back on Telegram. One idea in → four posts + one image out.
This document is a build guide: recreate the workflow node by node, in order. Every value is copy-paste ready.
Telegram Trigger (voice/text)
-> Configuration (Set)
-> Route by input type (Switch)
- Voice -> Download voice file -> Transcribe voice -> Set message (voice)
- Text -> Set message (text)
-> Generate social post (AI Agent -> caption + image_prompt)
- model : OpenAI Chat Model
- parser: Caption + image prompt (Structured Output)
-> Create image (gpt-image-1)
-> Upload image to Blotato (-> media URL)
-> Post to LinkedIn -> Post to Instagram -> Post to Facebook -> Post to Threads
-> Notify on Telegram
@blotato/n8n-nodes-blotato.| Service | Credential type | Used by | How to get it |
|---|---|---|---|
| Telegram | Telegram API | Telegram Trigger, Download voice file, Notify on Telegram | Open @BotFather → /newbot → copy the token |
| OpenAI | OpenAI API | Transcribe voice, OpenAI Chat Model, Create image | platform.openai.com → API keys → Create |
| Blotato | Blotato API | Upload image, all 4 Post nodes | Blotato → Settings → API key |