Fashion Designer

i am a fashion brand owner.
1- and i am using some websites like “https://www.mercer.design or https://www.fashable.ai/” to provide a description for the clothes i would like to design, then those websites generate some designs for me following my brand theme,
2- after that i am using “https://www.creatiai.ai or https://www.revery.ai/” These two tools allow me to design visuals on virtual displays (for different body types and nationalities), without the need for an actual photoshoot,
3- then i am using “https://www.vue.ai” These tools give me data, such as: “Warm colors are more desirable in fall 2025” or “Silver jewelry is trending for men under 30”
IS IT POSSIBLE TO AUTOMATE IT USING N8N?

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi there, i checked all the platform you mentioned above

first of all, in order to automate a flow using n8n, we need to make sure that the app/tools you used at least has an API, basically it’s a way for us to communicate with an app/tools programmatically, which is what n8n uses.

unfortunately, for all the platform above, they dont have this API tht we can connect tom unless for vue.ai, where even after checking briefly the documentation of vue.ai API, they dont have tht much capabilities, you can check it here

https://support.vue.ai/api

so to answer your question, no it cannot be automated straight out of the box with n8n, you need some kind of automation using like puppeteer.

hope it answers your question

2 Likes

Appreciated your support anyway

Ofc mate, and if i help answer your question pls mark my answer as the solution

Thank you

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.