Hi,
I have a question regarding webhooks exception handling.
I have created a webhook which is called when a form is submitted. This webhooks send the lead data to a webservice( which is very critical to our business).
My question is if the webservice is down, how the webhook will handle it. Would webhook take any action or sends the lead info later when the webservice is up again?
Would webhook sends any notification to administrator?
Thanks