I have a webhook that is set up to let me know when my site has been successfully deployed.
However, it intermittently is being disabled by Netlify, as:
1 hook has been disabled for failing 6 times in a row
Outgoing hooks are disabled when the service to notify responds with an HTTP error status (4xx/5xx) repeatedly. To re-enable a disabled hook, edit the existing notification.
This would be because the request is being rejected by my service, which requires a Netlify webhook event to be sent, and for it to have a correct signature.
This has happened again today, but I can’t see anything in the Netlify UI as to why this has failed.
Would I be able to get some support from your side to find out what’s gone wrong? The site is www-jvt-me
.