Hi,
We have a use case where we need to raise alerts on http status code 400 when the payload in the response contains the custom error code . Our payload looks like this
{ "errorCode": "ECR-400001", "message": "Bad Request" }
So, whenever there is an ECR-400001 returned to the client I want to raise an alert. Is there a way to do this in Apigee Alerts ?
Cheers,
Neeraj