Help with separating data from two chatbot flows using one webhook

Hi,

Hi,

I’m building a chatbot that has two separate flows. Both flows send user info (name, email, etc.) to the same Make webhook.

In Make, I use a router to send the data to two different email modules.
However, when I test it, I receive mixed information — both flows details in the same email.

How can I make sure that when someone goes through the one specific flow, it only triggers that specific email, and when they go through the other flow, it goes to the other email?

Thanks in advance for your help!

Hey there,

you need to ad filters after the router so only specific routes get executed.