Hi! You can check the type in the webhook payload and use Bubble conditionals to run different workflows based on it. For example, if type = this, do this; etc.

{
“id”: “evt_1Example”,
“object”: “event”,
“type”: “payment_intent.succeeded”,

}