N8n Workflow Deployment for External Clients – Looking for Tips

Hi, i wanted to know how i can deploy my workflow and make it usable for clients, because they shouldnt just always press execute workflow, if they want to use it. I have a workflow where you have to fill out a form, before it starts. So i want to know if i could make a chat where they could execute the workflow and just fill out the forum like that

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 @Rocket_Valley,

If you used the form node, then you can simply copy the production url it provides and supply that to your clients to use. Make sure the workflow is Active/Published first.

If you’re using version 2 then publish:

Hey, yes but what can i do with this. Can you please give me examples what exactly they can do with that or where i can paste this in so they can have this in a chat or somewhere else. Or maybe you know a application where i can paste this url in and they can fill the form there and the workflow works like that

Hi @Rocket_Valley, I am actually confused with what you’re asking for? Please share your workflow in a code block so we can get a better understanding of your workflow logic. Also please explain in more detail what you have built and what you need?