ServiceNow Email Catch All Response
Import
·
Jul 09, 2021
·
article
less than 1 minute read
Out of the box, emails replies sent to Request or Service Catalog Tasks, are ignored by the system with no automatic response to the user, resulting in frustrated users/poor service.
The Solution
To address this we can create a “catch all” response to notify users that their message was not processed.
- Navigate to System Notification -> Email -> Notifications
- Click New
- Set name and table
- NName = MY - Email Catchall and AutoReply on ignored
- Table = Email [sys_email]
- NName = MY - Email Catchall and AutoReply on ignored
- When to send tab
- “Record inserted or updated” (check both boxes)
- “Mailbox is Received”
- “State changes to Ignored”
- “Error string does not contain sys_email” (This will prevent “Infinite Email” Loops)
- “Record inserted or updated” (check both boxes)
- Who will receive tab
- Users/Groups in fields = “User”
- What will it contain
- Subject: RE: ${subject}
- Message HTML:
- Subject: RE: ${subject}
Unfortunately, your email message "${subject}" to the ServiceNow system could not be processed. Please login to the Service Portal to follow up on your active requests.
---Previous Message---
${body_text}
All ignored email should now receive an an automatic response.
Updated: July 9, 2021
View original source
https://mtcoffee.github.io/servicenow-email-catch-all-response/