- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 07:11 AM
To update incidents on reply emails, if the inc# or watermark is found on the email servicenow automatically updates the corresponding incident.
But we have a third party email sender, and requiring to update the incident. The email has a unique identifier in the body of the email like 'UID:123'.
An existing,open incident will have the same UID in the short description, by which am querying and updating the incident.
Technically the inbound processing is not attached to any record, but am updating the incident as intended.
Are there any pitfalls / violation of best practices?
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 07:20 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 07:20 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 07:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 07:23 AM
Thank you for the response.
Yes, am checking if email.origemail is the third party email address.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 07:24 AM
You might also want to check if the body contains "UID:" or some other easy to identify formatter in case you get other messages from the third party system. Just a thought.