Enable playbook monitoring for failure actions

Team,
I need to receive an email notification if any action in a playbook fails more than 3 times within a 3-hour window. However, since my instance is multitenant, I am receiving notifications for other environments as well. How can I configure it to send email notifications only for playbook failures in a specific environment?

0 2 187
2 REPLIES 2

Is the playbook one that runs in All environments or just the one you care about? 

If it runs in all, you can do a condition to check the environment to see if it is the one you care about, if so, then send you an email: 

ajohnson_0-1732715367201.png

ajohnson_1-1732715376217.png

If you are not using the emailv2 integration you can use the SOAR notifications and select which action you will attach in the playbook (assign tasks and mentions are typically what i recommend)

ajohnson_2-1732715474651.png

 

im using IDE Actions monitor in that code im passing my email id but the challenge is siemplify actions monitor is hosted on shared . so im not getting the case id details related to my environment.