​We have created some service hooks in Azure DevOps which get triggered during as soon our Release Pipeline is succeeded. However, we have noticed that these service hooks fail abruptly with the message. To give a context, the Service Hook executes a custom API which in turn calls a bunch on Azure DevOps REST APIs.
Error Message The Service Hooks service was unable to send the notification to the target consumer. Error Details Object reference not set to an instance of an object. (activity Id is f928eefe-3eaa-0000-6bc9-8f832ebdd601).
We do not have any further information apart from the one mentioned above. We are trying to understand under what circumstance this can happen. Can somebody throw some light as to what might lead to issues like this one?