Add number of attempts to webhooks
Created by: SteveEdson
We currently have an issue with our webhooks.
They are time sensitive, but when they do not get a 200 response, they seem to be backing off and trying again at a later time.
It would be useful to have the time of the first webhook, and the number of attempts, available in the payload, so that we can tell if the webhook is too old to do anything with.
Unless there is a way of disabling the queued webhooks behaviour altogether?
Thanks.