Hello everyone. Im new to this space. i have an idea for a workflow which im pretty sure someone out there has made but basically the concept it we have a clothing store online. I wanted to see if it was possible to make or if one already exists where AI can pull 2-5 products from our website and generate images of that item on a person in certain settings and then generate a caption and hashtags and then save it into a library where i can aprrove it and push to post to instagram with product tags on items as well.
thank you for your time
This is a really solid idea and totally doable with n8n. We build similar flows for e-commerce teams — pull product data → generate mockup images via an AI vision API → create captions/hashtags with Claude or similar → store in a library for approval → push to Instagram.
Key nodes you’d need: HTTP requests to pull product data, an AI image generation node (or use a service like Replicate), text generation for captions, a spreadsheet/database to track approvals, and the Instagram node to post.
The hardest part is usually getting the image quality right and handling rate limits on the AI service. Have you picked which image generation tool you want to use yet?