Append email confirmation in a ticket
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 10:02 AM
Hi Team,
There is a use case such that through workflow we would be sending an automated notification to say "xyz" email id to perform certain task.
The thing is if this "xyz" email id wants to send the confirmation over an email that it has completed the task.How we can get that accomplished? To get this confirmation appended in the existing RITM ticket.?
Please suggest any other methods if it seems impractical or impossible.
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 10:37 AM - edited 11-06-2023 10:38 AM
Hi @XYZ ,
Please check & validate, every system generated email has reference number (watermark) ( start with ->Ref:MSG ) and all watermarks stored in the table (sys_watermark).
If reply email contains the same watermark, system will know where to append this email.
Refer this page
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2023 10:37 AM
Hi @XYZ ,
Hope you are doing great.
Another approach is to provide a link or a specific email address for the confirmation in the original notification sent to "xyz". When "xyz" completes the task, they can send an email to this specific address or click on the provided link. You can set up an inbound email action to process these confirmation emails and update the corresponding RITM.
Follow steps below for same :
-
Create an Email Template: Create a new template for the confirmation email. This template should include a placeholder or a unique identifier that can be used to link the confirmation back to the original Requested Item (RITM).
-
Configure the Inbound Email Action :Create a new Inbound Email Action. Define conditions that will trigger this action, such as matching the sender's email address.
-
Define Script for Inbound Email Action: In the Inbound Email Action record, you'll have a section for scripting. Write a script to parse the incoming email content and extract the unique identifier or placeholder mentioned in the email template.
-
Update the RITM with Confirmation: Use the unique identifier or placeholder to identify the associated RITM. Using a server-side script, you can update the RITM with the confirmation information extracted from the email.
Regards,
Riya Verma