Hi, I have created an alert for an event in real-time. For example, send me an alert if a user is not able to log in 3 times. On the above event, I have created an alert action. Here I want to trigger a custom script. The purpose of this Python script will be to capture the error message and send it to a different application using Key Based authentication. However, I am not able to fetch the error message. Using sys.argv gives me the parameters but the error message is encoded. Can anyone assist me here, how can I extract the error message from the event triggering the alert?
... View more