Inbound Email Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Community,
Mail triggered to the group , but the ritm was not created . So i checked in email logs, from there its showing logs like "Skipping script 'RITM Creation -AJG', email is type 'reply', which does not match Inbound Email Action's type 'new'".
How can ServiceNow is considering this email as reply instead of new . Can anyone please help on this. @Ankur Bawiskar
Regards,
Tulasi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @tulasi8
Refer KB: KB0535515 Inbound Email Action Type is not Matched
Resolution
Troubleshooting
- Open the email record.
- Right-click the form header to change the view to Inbox.
- Review the related log entries. These identify a reason an Inbound Action was skipped.
Troubleshooting Reply Inbound Actions
As shown in the article in the overview, an email is classified as a reply only if it matches multiple criteria. If your inbound action of type Reply is not matching on an email you expect it to, it is possible your ServiceNow instance has actually classifiied the email as New or Forward because other Reply conditions do not exist in the email. To diagnose, check the following:
- Open the email record in the Inbox view and review the log entries.
- Check that the email subject's reply prefix is one of those listed in the glide property, glide.email.reply_subject_prefix.
- If the email has a watermark (for example, Ref:MSG000001), check that it exists and refers to a record that exists in the same table as your Inbound Action's target table.
- If the email has a record number in the subject, check that it exists and is in the same table as your Inbound Action's target table.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Tanushree Maiti can you please send the entire kb info here, i can't able to open kb article
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @tulasi8 ,
As per my understanding try fixing the inbound email action to handle both new and reply types. That way, whether the user sends a fresh email or replies to an Oracle notification, the RITM creation logic will still execute.
If my response helped mark as helpful and accept the solution.