I have 2 workflows and I want each one of them use a different url for its workflow. Is it possible, how can I do it?
Currently the node in 2 different workflows are listening to the same URL and it prevent me from using them.
I saw this question - How to change /webhook url to /api (webhook-test to api-test) - self hosted
but it doesn’t have the answer for this.
what exactly do you mean by that? do you mean the path that is used? you can simply change it in the webhook node
Looks like you copy the webhook node from previous workflow with customized path.
New version will check the workflow is using the same webhook url or not.
So you need to change one of them for the path as other comment said.
I am using the node: ‘Slack: Get message’ and the webhook field is not editable. I was able to do it only by export the workflow to json file edit it in an external editor and then import the workflow as a new one. Very clumsy workaround