inbound action should only run when the email is received from particular DL? How to achieve this?

VidyaBR
Tera Contributor
 
2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @VidyaBR 

 

The solution can be create the user with that DL and then put in condition like this

 

AGLearnNGrow_0-1711110170812.png

 

https://www.servicenow.com/community/developer-forum/when-to-run-inbound-email-action-exact-email-ad...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

Hi @VidyaBR - Do you see this message? For some reason, it is being removed.

 

Enter the following syntax in the 'condition' field of the email action:

email.from == 'youremail@domain.com'

 

R

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @VidyaBR 

 

The solution can be create the user with that DL and then put in condition like this

 

AGLearnNGrow_0-1711110170812.png

 

https://www.servicenow.com/community/developer-forum/when-to-run-inbound-email-action-exact-email-ad...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

VidyaBR
Tera Contributor

Thanks! But we are not supposed to create users. How to do this?

Hi @VidyaBR - Do you see this message? For some reason, it is being removed.

 

Enter the following syntax in the 'condition' field of the email action:

email.from == 'youremail@domain.com'

 

R

Hi @VidyaBR,

 

As per your email and question with regards to how to prevent an interactions record from being created, navigate to the inbound actions and set the inbound action against the 'interactions' table to Active = false.

Essentially, an inbound action, if set to active = true will run unless specific conditions or tables etc which we've outlined using the conditions field are set.

 

By either inactivating the inbound action, or setting an appropriate condition, an inbound action will not trigger.

 

To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.

 

Thanks, Robbie