First thing to check is the state of your webhook with a GET on it. The service flips the webhook to Failed if there were too many failures calling into your callback, and once it is Failed it stops trying. If that is what you see, just PATCH the url to the same value to enable it again, and the web…
First thing to check is the state of your webhook with a GET on it. The service flips the webhook to Failed if there were too many failures calling into your callback, and once it is Failed it stops trying. If that is what you see, just PATCH the url to the same value to enable it again, and the web…