Our adherence webhook endpoint started returning 500 Internal Server Error yesterday. We’re using a simple Python Flask app to log events from Genesys Cloud. The 5xx responses are causing Genesys to stop sending events entirely. We need a way to capture these failures. Is there a native dead letter queue setting in the webhook config? Or do we have to build a retry mechanism in our Python code to handle the 500s manually?