When webhook trying to hit callback URL if callback URL not in a position to respond, At that time webhook tries to hit callback if it is not responding, can we configure mail alert?
When webhook trying to hit callback URL if callback URL not in a position to respond, At that time webhook tries to hit callback if it is not responding, can we configure mail alert?
You could try the REST API.. https://community.telligent.com/community/11/w/api-documentation/64938/list-webhook-rest-endpoint
There's an 'Errors' section to the response payload that I can see in our environment.. it's set to 'null' in ours since there aren't any issues, but maybe it'd contain a list of issues.
If it does contain something useful, you could poll it on a schedule, checking for problems & alerting you if they persist.
You could try the REST API.. https://community.telligent.com/community/11/w/api-documentation/64938/list-webhook-rest-endpoint
There's an 'Errors' section to the response payload that I can see in our environment.. it's set to 'null' in ours since there aren't any issues, but maybe it'd contain a list of issues.
If it does contain something useful, you could poll it on a schedule, checking for problems & alerting you if they persist.