Only one/different webhook?
Status: Open · Asked by Assunta on · 0 views
Hi all.
I set up 3 different workflows, in which the trigger is always the same: charge succeed (stripe).
Then, I set up a filter depending on the description.
Now, the problem is that a workflow is able to capture data, but not the other two ones.
In History, there is nothing (but I have some payments)
Maybe, I need to set up different webhook for different workflow, even if the trigger is the same?
How can I resolve this?
Thanks, Assunta

Hi @Assunta,
I would suggest you add a Router to your workflow. By utilizing a Router, you can execute different actions using the same trigger application, depending on the conditions specified in your Filter.
Please watch the videos attached below to gain a better understanding of how a Router functions