How to block certain emails from automatically generating a response

Nishant26
Tera Contributor

Hi All,

 

I have a below requirement:

 

  • Need to be able to block certain email addresses and/or Domains to not create a case or reply to customer.

  • Need to be able to block certain keywords (in subject or email body) to not create a case or reply to customer.

Please let me know how to configure it.

 

Thanks!

1 ACCEPTED SOLUTION

Hi @Nishant26 

 

Yes, you can go to System Mailboxes > Filters and create a new filter, and add conditions based on your requirement. Below is the reference document:

https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/concept/c_...

 

Attached are screenshots for reference. Please check.

 Screenshot 2022-12-21 at 7.43.37 AM.pngScreenshot 2022-12-21 at 7.43.46 AM.pngScreenshot 2022-12-21 at 7.44.14 AM.png

 

Feel free to reply here, if you have any queries.


If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

Thanks

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @Nishant26 ,

You can use email filters to ignore the emails

Email filters

you can also block it based on the domain

Block emails from domains

You can also use the condition field in the Inbound email action

Ignore if the email came from gmail.com

email.from.indexOf("@gmail") == -1

 

Yerapothini Rak
ServiceNow Employee
ServiceNow Employee

Hi @Nishant26 

 

Please follow the steps mentioned in the below KB.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0869547

Feel free to reply here, if you have any queries.


If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

Thanks

Hi Yerapothini,

 

Will it work for blocking certain keywords (in subject or email body) and how?

 

Regards,

Nishant Tomar

Hi @Nishant26 

 

Yes, you can go to System Mailboxes > Filters and create a new filter, and add conditions based on your requirement. Below is the reference document:

https://docs.servicenow.com/bundle/tokyo-servicenow-platform/page/administer/notification/concept/c_...

 

Attached are screenshots for reference. Please check.

 Screenshot 2022-12-21 at 7.43.37 AM.pngScreenshot 2022-12-21 at 7.43.46 AM.pngScreenshot 2022-12-21 at 7.44.14 AM.png

 

Feel free to reply here, if you have any queries.


If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

Thanks