- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 04:18 AM
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!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 06:17 PM
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:
Attached are screenshots for reference. Please check.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2022 08:11 PM
Hi @Nishant26 ,
You can use email filters to ignore the emails
you can also block it based on the domain
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2022 07:30 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 08:53 AM
Hi Yerapothini,
Will it work for blocking certain keywords (in subject or email body) and how?
Regards,
Nishant Tomar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2022 06:17 PM
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:
Attached are screenshots for reference. Please check.
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