Hi everyone,
I’m new to using n8n and I’d like to know if the following is possible:
From my web application, I want to send a POST request containing a workflow in JSON format, so that it gets automatically imported and activated in n8n (which I’m currently running locally, but I plan to migrate to a VPS).
The idea is that each workflow created from my app is independent, as if it were a “new user workflow” that gets added directly to the n8n instance.
Is this possible?
Is there a recommended way to achieve this using the n8n API or any other method?
I’d really appreciate any guidance you can provide. ![]()