- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 09:47 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 10:12 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 10:12 AM
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