Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Add a button in the Email notificaiton

MR1
Tera Contributor

Hi,

 

I need help adding a button to the email notification, which only ensures that the above notification is accepted.
Is it feasible to track who pressed the button? "Close"
We are not updating the status of approvals.

 

Thanks

1 ACCEPTED SOLUTION

Sumanth16
Mega Patron

Hi @MR1 ,

 

In notification script you can add html as below

template.print('<a href="LINK HERE" >button</a>');

 

To track who clicked on the button, that button must be updated on record and you can create an Inbound email action for that.

 

If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

 

Thanks & Regards,

Sumanth Meda

 

 

 

View solution in original post

1 REPLY 1

Sumanth16
Mega Patron

Hi @MR1 ,

 

In notification script you can add html as below

template.print('<a href="LINK HERE" >button</a>');

 

To track who clicked on the button, that button must be updated on record and you can create an Inbound email action for that.

 

If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!

 

Thanks & Regards,

Sumanth Meda