Inbound action not getting processed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I have an Inboud action configured to update the case based on Acceptance and Rejection mail user sends via Outlook. The mail is getting recieved in the system but is not getting processed.
Details:
I have a notification triggered when state changes to Awaiting Acceptance, the notification contains Accept and Reject button. For Example if Reject button is clicked Outllok will be opened with Template Re:Rejection For HRXXXXXX. This mail is coming to the system. But mail is not getting processed. Could you please help on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
36m ago
Hi @karthik3
As per KB : KB0535493 Reviewing emails getting ignored by inbound actions
Check whether it is possible cause for your use case.
Issue
Emails sent to a ServiceNow instance are processed by each of the active Inbound Actions, but only if the specified conditions apply to the email.
Depending on the Inbound Action configuration, it is possible that an email could get skipped by all inbound actions, remaining ignored in the Inbox in Ready state instead of Processed state.
Cause
There are multiple conditions as well as configurable properties that determine whether an Inbound Email Action will ignore an email. For example you might configure your inbound action to match only emails classified as a reply to the Case table.
Resolution
Each Inbound Email Action logs whether it skipped a particular email and why. For instance, you might have an Inbound Email Action named Update Change that matches on emails classified as reply. When your action gets a chance to process an email classified as new, it logs an entry such as:
Skipping 'Update Change', email is type 'new', which does not match Inbound Email Action's type 'reply'
View the logged entries for the email by opening the email record from the email log. The Default view does not include the related log records, so you may need to first change the form view to Inbox.
- Right-click the email record header to show the context menu.
- Select View.
- Select Inbox.
