We will retry sending the same request for 5 times or until we receive a different status code.
Debug
We only log the status code which we get after the webhook request. If you would like to get the actual response body which we receive, you should apply logging on your end. If the logging isn't active and you would like to know why a request isn't working as expected, please try to replay the request using a external tool like Fiddler.
Our request body can be found in the log section, as HTTP headers we include the X-Hook-Key and Content-Type: application/json.