Workflow clone keeps the same Stripe webhook
Status: Open · Asked by Adam Kopacsy on · 0 views
We have an active Stripe
invoice.payment_succeeded workflow in Pabbly Connect. A cloned workflow retains the same Pabbly webhook listener URL, so Stripe events execute only the original workflow. How can we create a separate, unique listener for a second Stripe workflow while keeping the rest of the workflow intact? If that is not supported, what is the supported way to route by Stripe
price.id within one workflow without disrupting the active workflow?