- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 11:39 AM
I need to add a link to a task email notification that allows the user to simply click the link and automatically close the task. How can this be achieved? For example, when an approval is created, the approval email notification has an Approve link as well as a Reject link. I need the same thing only for tasks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 11:42 AM
You need an inbound mail action to process the task. Something as you rightly said for Approve/Reject & you can refer link to understand the logic & alter things accordingly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 11:42 AM
You need an inbound mail action to process the task. Something as you rightly said for Approve/Reject & you can refer link to understand the logic & alter things accordingly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 11:54 AM
That's pretty vague, I don't understand how a link in an email notification = sending an email to ServiceNow to be processed via inbound email action.
I looked at the approval email notification and it looks like: ${mailto:mailto.approval} is what makes the approval as approved. I searched the email scripts and couldnt find a match for mailto:mailto.approval
Not sure what to do

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 12:04 PM
There are quite a few links in detail for something that is similar to your use case.
Comments earlier yes were vague as I thought there is already an understanding of the functioning.