How to handle Multiple Inbound Actions?

Nikunj Bambhar1
Tera Contributor

hello Everyone,

 

seeking help !!!!

 

we have inbound action any email to servicenow creates a CALL Record

 

we have one alert which comes to servicenow i need to create Incident ticket from that?

 

i created one more inbound action saying if subject contains "XYZ" then create incident.

 

now it creates incident as well as call record. how can i stop this? 

 

what is the best practice or what others are doing in this situation?

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

You need to set an order in the inbound action. So if you want Inbound action for incident should run first, order should be less than inbound action for call record.

Then If an inbound action processed the email, it should stop processing. To do that, there is a checkbox on inbound action page 'Stop Processing'. Make sure you check that checkbox for you inbound actions


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

7 REPLIES 7

SanjivMeher
Kilo Patron
Kilo Patron

You need to set an order in the inbound action. So if you want Inbound action for incident should run first, order should be less than inbound action for call record.

Then If an inbound action processed the email, it should stop processing. To do that, there is a checkbox on inbound action page 'Stop Processing'. Make sure you check that checkbox for you inbound actions


Please mark this response as correct or helpful if it assisted you with your question.

I see the check box Stop Processing. i should check mark that in the First one which creates incident right?

You should check mark that box in all the inbound actions you are working on, if not checked already


Please mark this response as correct or helpful if it assisted you with your question.

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Nikunj,

Inbound email action has order field. order with lowest number is ran first and then higher one. if any one inbound email action found for that table then you can use stop processing checkbox which would stop executing further inbound email action.

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

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