Currently, I have a workflow that contains 2 paths in the same canvas. My purpose is when the first path finishes then the second path (with webhook trigger node) will be executed to listen for webhook
If you want to trigger after the upload is completed, then you have to listen for a response from the server or a wait/loop node and then trigger the webhook .
It depends on what you want to achieve exactly, couse there are several methods.
Sir, after uploading finishes, the remote server will do its jobs and when it completes it will poll back to my n8n webhook. But when the uploading path is running, the webhook hasn’t run (listened for requests) yet.
Could you please give me some advice how to make the webhook start listening for events after uploading finishes ?