How to setup two webhook nodes to one workflow

Hi,

I have a quick question for the community, In my case I want to setup 2 webhook nodes to one workflow. for an example: If user is sending a image file, that request should direct to webhook_1 and if user is sends some text input it should be direct to webhook_2 node.

how to achieve this kind of integration using N8N.

Thank you,
Abhiru

I’d recommend using a single webhook as entry point and connect with a “switch” node to determine which route(s) your data / image should go.

2 Likes

I second what @nabossha said, use a single webhook entry point then branch out with switch logic based on the contents of the request.

1 Like

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