- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 06:53 AM
Good Morning/Afternoon
I am looking to find out if it were possible to allow a user to incident from an email without having to login to the instance to update the incident
The goal is to allow the user to update the incident ticket from the email directly
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 07:32 AM - edited 05-11-2023 07:33 AM
Hi @Esther_Jones ,
you will need to add the RE: in the subject line so that ServiceNow know that you want to update that specific ticket number.Exemple:"RE:INC00001"
Please make sure that the user that sent the email have access to the record with that specific ticket number and if multiple users have the same email address, the instance first searches for an active user with the same email address.
Please refer to the below thread for more details:
Please mark this response as correct and/or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 10:56 AM
@Linda5 @Steven Parker @Sumanth16 @AnubhavRitolia
Thank you all for the response, this helps alot, I do have an OOTB Inbound email action, I guess I am a bit confused on how it works. Do I need to respond to the incident email with subject Re:INCxxxxxx in other for it to update worknotes with my respons. Please see OOTB code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 11:31 AM - edited 05-11-2023 11:31 AM
All Inbound actions process according to the order value defined. When "Stop Processing" is checked, you will prevent the system from running additional inbound email actions after this action runs.
Typically, I don't use this.
Here are some more details around emails, subjects and watermarks to...just for more context around how the system handles replies and received emails:
Please mark this response as correct and/or helpful if it assisted you with your question.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 07:08 AM
You can achieve this using 'Inbound Email Action' feature of ServiceNow.
Please refer to few of below links:
https://www.servicenow.com/community/developer-forum/inbound-action-updating-incident/m-p/1965886
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 07:10 AM
Hi,
You can use Inbound Email Actions to update the incidents from Email. Please refer to the below thread for a details explanation of Inbound Email Action.
https://www.servicenow.com/community/itsm-forum/incident-creation-via-any-incoming-email/td-p/464483
If an external user who is not part of your company responding to incidents through emails, you can create a Guest account to update the incident.
Please mark it as helpful (or) correct if it helps.
Thanks & Regards,
Sumanth Meda.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 07:16 AM - edited 05-11-2023 07:16 AM
Does the user receive an email from ServiceNow about the Incident? If so, users can reply to the email from ServiceNow and it will automatically write the email response in the Additional Comments of the Incident. As long as they just click Reply, type their message, and send the email it will write their response to the comments.
ServiceNow is just looking for the reference record somewhere in the email body to know which ticket in the system to write back to. As long as that value is present, it knows which ticket the response email should go to.
Please mark this response as correct and/or helpful if it assisted you with your question.
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 07:32 AM - edited 05-11-2023 07:33 AM
Hi @Esther_Jones ,
you will need to add the RE: in the subject line so that ServiceNow know that you want to update that specific ticket number.Exemple:"RE:INC00001"
Please make sure that the user that sent the email have access to the record with that specific ticket number and if multiple users have the same email address, the instance first searches for an active user with the same email address.
Please refer to the below thread for more details:
Please mark this response as correct and/or helpful if it assisted you with your question.