Change state of an incident on click of a link in email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2017 09:09 AM
I have a requirement where I have a Link "Click here to close the incident" in an email notification, on clicking that link the state of that respective incident should be changed.
Can you please help me how can i achieve this?
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2017 04:58 PM
You can follow a process similar to the Reopen link:
Create a notification template with the link label:
Add a ${mailto:mailto.close} tag to the notifications you want to give the option to close:
Update the inbound email action to check for 'please close' like it does for please reopen:
Then it would show up as a link that opens an email to respond with the correct subject to update.