How to detect that webhook failed

Hi,

Using the admin API, I’ve created a webhook that triggers when an order has been paid. That works nicely, even without using an app. But I would like to know when the webhook fails, e.g. when there are connection problems to the server that received the webhook.

Is there any way to detect that? I’ve tried creating a webhook with an invalid URL, but nothing seems to happen, even the errorCount property (when getting the webhooks through the API) stays 0. Also nothing in the webhook-event-log. Or is there maybe an auto-retry in Shopware?

Any help appreciated!

Frank