Is there a way to converge Multiple flow in one Node

Case: Let say I have multiple independent webhooks for different events and for all the webhook I have to make same work flow. Is there a way I can converge all the independent webhook flows in one common node and output the data on only triggered webhook.
Attaching image below for reference.


Hey @Mustafa_Ali,

Below is an example of how the workflow would look like. In this workflow I am using the NoOp node that will get executed use the data from the previous node. Note, that the data is getting merged, since each trigger will start a new execution. You can then reference this data in the next nodes.

Here’ s the workflow code:

1 Like

i like the hand-drawn planning :wink:

1 Like

Thanks @harshil1712. I will try using this workflow.

Thanks @RedPacketSec :slight_smile: