Add an endpoint to enable retrying webhooks via API
Expected behaviour: we are able to trigger the retry of a failed webhook via an API request.
Example use case: an application site has a period of downtime during which a bunch of webhooks fail to be received and processed. Application admins want to retry all webhooks that failed during the downtime window programmatically.
Manual retrying is time-consuming and prone to errors. Being able to write a script to handle orderly retrying, stale status checking, and recording of the results makes admins more efficient and happier.
8
votes
Cristina Rotaru
shared this idea