Inbound email action not creating the incident

Joshua Comeau
Kilo Sage

Configuration as follows, why is this not working:

I send the email and check the Incident table and no incident is created.

JoshuaComeau_0-1669389692098.png

JoshuaComeau_1-1669389715672.png

 

 

1 ACCEPTED SOLUTION

hello,

 

No the email receiving enabled should be true only then ServiceNow can receive any mails otherwise ServiceNow will not receive any emails.

 

That is the reason why no inbound is working for you not even the OOB.

 

Please mark my answer as correct based on Impact.

View solution in original post

9 REPLIES 9

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @Joshua Comeau 

Why you enter at the last createTsk.insert() at last

Instead of that write current.insert();


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

Thank you for that, after making that change it still appears to not be working 

Check impact and  urgency proper back-end values and there is already OOB inbound action for incident as well. Please check that how they have written the code and replicate the same.


Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy

Sagar Pagar
Tera Patron

Hi @Joshua Comeau,

 

1) Try to remove the line -

current.initialize();

 

2) Update createTsk.insert(); line to

 

current.insert();

 

 

Thanks,

Sagar Pagar

The world works with ServiceNow