- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2023 08:26 AM
I need to get confirmation from the caller before closing the ticket.
i want to mark a question in notification like.
Is your query is resolved
Yes or No
if user select any option then how can we find that. which options is selected by user.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2023 08:46 AM
HI,
i would suggest to create a Template for Both, 1 for yes and 1 for no.
In the text of the Mail you add these template something like ${mailto:mailto.approval_xyz}
if a user clicks on that, i will generate a Mail with a subject and a Watermark and maybe the word yes or no
With these you can create inbound actions for mails.
and write a script or use oob builder.
something like this
Solved: Approval functionality in email templates - ServiceNow Community
but instead for an approval with yes and no
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2023 08:46 AM
HI,
i would suggest to create a Template for Both, 1 for yes and 1 for no.
In the text of the Mail you add these template something like ${mailto:mailto.approval_xyz}
if a user clicks on that, i will generate a Mail with a subject and a Watermark and maybe the word yes or no
With these you can create inbound actions for mails.
and write a script or use oob builder.
something like this
Solved: Approval functionality in email templates - ServiceNow Community
but instead for an approval with yes and no

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2023 09:29 AM - edited 02-05-2023 09:31 AM
Hi,
Please refer to my response here in another thread a few years ago: https://www.servicenow.com/community/developer-forum/what-is-mailto-mailto-approval/m-p/1747501 - this explains the overall process.
Essentially, you'd want to create email templates for your two choices that you want to show in your notification to the user. Then, use an inbound action/flow to do 'x' when the email is received back from the user.
Refer to out of box email template: mailto.approval as an example for one of the selections.
Then, in your notification, call the template like so (example): ${mailto:mailto.approval}
Please mark reply as Helpful/Accept Solution, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2023 09:39 AM
Hi,
Can u please put your step by step of the solution if you have implemented this requirement.
Thanks in advance,
Divya