- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 03:29 AM
Hi All,
We are trying to create incident tickets through email. I have set up inbound email actions so that when I send an email to ServiceNow, the email is received, but the tickets are not being created (the Target field is empty). Additionally, I am seeing a few errors in the received email logs.
Can someone please help me? I have checked the email logs and everything but have been unable to identify the exact issue.
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 01:56 AM
Try changing the Run As to System User as shown below. It should work.
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 01:56 AM
Try changing the Run As to System User as shown below. It should work.
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 03:28 AM
Hi @Hari S1 ,
Try the below script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 12:41 AM
Hi @Anoja ,
Yes, I tried with your script in inbound but unfortunately I am getting same errors.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 12:57 AM
It might be a case that your user does not exist in ServiceNow or might have been deleted. That's the reason you see sys_id in Email log in "User'' field. Send email from a trusted email which exists in your system also. Also there might be other Email settings blocking the unauthorized emails. Please check the email settings as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 01:47 AM
Hi @divyamduggal ,
Thank for the quick response.
Sender user exits in servicenow and he has admin role. email properties are enabled and configured correctly. I don't see any issue in email proeprties.
Thank you