How to create reply notification link in email

pushparaj
Mega Contributor

Hi Team,

I have a requirement that when an incident state is changed to resolved an email is to be sent to caller.
For that I have created a email notification with condition defined in when to run.

find_real_file.png

I have formatted the body and all.

Now when caller clicks on the 1st link which is "click here if your issue ......"

a reply email is sent from caller side like this

find_real_file.png

the email should contain email like xyz.servicenow.com

and subject

and small message in body.

How can we achieve this.

Thanks in advance.

1 ACCEPTED SOLUTION

Ajai S Nair
Giga Guru

Hi Jayanthi,



You can do it by using email script.


The below link is having the script that will help you in this requirement:


Generating email reply on clicking a link in the email


Scripting for Email Notifications - ServiceNow Wiki


View solution in original post

2 REPLIES 2

Ajai S Nair
Giga Guru

Hi Jayanthi,



You can do it by using email script.


The below link is having the script that will help you in this requirement:


Generating email reply on clicking a link in the email


Scripting for Email Notifications - ServiceNow Wiki


abuthahir
Tera Expert

1. Create a new Email template (unsuccessful) with subject and Body of email. Link it to incident table.


2. Now in the Incident Notification, create a new notification or use existing. In the Body, type as   "If you feel that your issue is not resolved, please click the following link to reopen your incident: ${mailto:EMAIL TEMPLATE NAME}".



Please mark correct if it is helpful or correct.