Skip to main content

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?

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: 

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)

 


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: 

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)

 


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.


Reply