API alert mechanism

Has anybody worked on alert mechanism on cloud bots?

@Mansi_Agarwal

What do you mean by an alert mechanism. Can you give an example

like we want to setup alerts in case of api failures, so we just need to add email addresses in setup alerts option right for each api?

@Mansi_Agarwal
Yes, if the alerts are toggled on in a respective environment, and all the email addresses are added to the API alerts section, those concerned users will be sent an email alert for every email failure with the status code.

Alerts will be fired for all requests made where status code is not 200

You can go through this Reference doc for a complete understanding of the same

1 Like

Thanks for the explanation, I will go through it!