Hello,
I’ve been using webhooks for a while now and there is one use case that I don’t know how to handle. Sometimes, the URL that im requesting is offline (server down, HTTP 500, etc). In this cases, FlowXO show me the error log (“Webhook returned error: status code = 503, message = …”), but it doesn’t let me continue after this (its like the flow “crash”).
I the flow would continue, I could check the Status Code 5xx and respond to the user with something like “We are out of service right now…”. But it seems the whole thing dies after a fail like this one.
Any help about how can I recover and let the user know about the situation?
Thanks!