Hey there, I’m new to using n8n and I would like to learn how to automate social media content generation and posts for my project. would you pls put me through the steps to create a workflow like yours. I would really appreciate if you can help me, thanks.
Hey! Thanks for reaching out. Happy to help you get started.
So the workflow I shared uses a few key components:
Perplexity API - grabs trending topics in your niche
Runware API - generates unique AI images based on those topics
Social platform APIs - posts to Instagram, Facebook, LinkedIn
Auto-comments - engages right after posting
For someone starting out, I’d suggest:
Start simple with one platform first (Instagram is easiest)
Get your API keys ready (Perplexity, Runware, and the social platforms)
Build it step by step - topic generation → image creation → posting
I’m actually building a full platform around this (Social AI Cloud) since I was doing this manually for clients. If you want, I can share more specific details about the setup or even help you build a custom version for your project.
I’ve run something similar before, and one small trick that helped me keep things clean was adding a quick identity check step so I don’t post duplicated topics or recycled visuals. I sometimes pair my workflow with Social Media Search, which I use to double-check if an image is already floating around somewhere. It’s saved me from posting stuff that looked a bit too familiar.