How to stop notification when short description start with '[Phishing EMAIL]'

Hari S1
Tera Contributor

Hi,

 

How can we stop sending notifications to users when the incident ticket short description starts with '[Phishing EMAIL]" ?

Is there any way stop the notifications?

 

 

Thanks

3 REPLIES 3

Danish Bhairag2
Tera Sage
Tera Sage

Hi @Hari S1 ,

 

How is your Notification being triggered ? if its with some condition & not via event u can simply add the condition in condition field under when to send Short Description does not start with [Phishing EMAIL].

 

If its via event check from where event is called & before calling the event place a check using if condition where u can check that same condition.

 

Thanks,

Danish

 

Musab Rasheed
Tera Sage
Tera Sage

Hello,

You can write condition in 'Advance' section of notification, refer below article.

https://www.servicenow.com/community/developer-forum/how-to-does-not-start-with-and-does-not-end-wit...

Please hit like and mark my response as correct if that helps
Regards,
Musab

Sandeep Rajput
Tera Patron
Tera Patron

@Hari S1 Please create an onBefore insert business rule on sys_email table as follows.

 

Screenshot 2023-11-30 at 5.08.41 PM.png

Screenshot 2023-11-30 at 5.13.32 PM.png

Hope this helps.