Restrict Inbound email action for specific third party users

Tapish Sharma
Tera Contributor

Hi Everyone,

I have a requirement where I need to allow only some third party guests to perform email inbound action. These email ids are not present in the system. How can we achieve this ?

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

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

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

7 REPLIES 7

Hi,

you can add conditions when it should run as well in that.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

rabindra1
Tera Contributor

Hi 

you can use the below link.

https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/notification/task/t_CreateAnEmailFilter.html.

Thanks!,

Dub Myers
ServiceNow Employee
ServiceNow Employee

While you can do this with Email Filter or in inbound email action scripting, there is a feature specifically created after Email Filters for this type of use case.

System Address Filters restrict - via allow/deny semantics - which email addresses are allowed to send inbound into the instance, and which addresses are allowed outbound. This method was added to make this common procedure simple, without any scripting.