How to trigger path that has webhook as the first ndoe

Describe the problem/error/question

Hi all,

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

Please help me to solve this.

Thank you guys so much!

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: 1.108.1
  • Database (default: SQLite):SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):default
  • Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • Operating system:Ubuntu 22.04.5 LTS
1 Like

You can use a HTTP request node to send a request to your own Webhook node.

But it’s quiet weird. You should able to connect directly to the next path after upload video.

If you know what you are doing here then use the Http request node then.

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 ?

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