Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
This page is your step-by-step build guide to recreate the workflow Generate AI social posts and publish to multiple networks with Blotato by hand, node by node, during a live recording. Everything you need to copy-paste (prompts, expressions, JSON) is in code blocks.
What the workflow does: on a schedule, GPT picks a fresh content topic in your niche, writes a ready-to-post caption in your voice, and DALL·E generates a matching image. You receive the post + image on Telegram with two buttons (Publish / Skip). Only after you approve, the post is published to LinkedIn, X, Instagram, Facebook and Threads via Blotato, and every run is logged to Google Sheets. The AI proposes, you approve before anything goes live.
Run on schedule → Configuration → Generate content topic → Write post → Generate image → Get image URL → Approve on Telegram → Approved?
├─ TRUE → Publish to LinkedIn → X → Instagram → Facebook → Threads → Log published post
└─ FALSE → Log skipped post
ℹ️ Community node warning: this workflow uses the Blotato community node, so it requires n8n self-hosted (or n8n Cloud with Verified Community Nodes enabled).
Create these credentials in n8n before building (Credentials → New), so you can just pick them from a dropdown during the build.
| Service | Credential type | Where to get the key |
|---|---|---|
| OpenAI | OpenAI API |
platform.openai.com → API keys |
| Telegram | Telegram API |
Talk to @BotFather → /newbot → copy the token |
| Blotato | Blotato API |
blotato.com → Settings → API |
| Google Sheets | Google Sheets OAuth2 |
Connect your Google account via OAuth |