Identity Governance: insert HTML tags in email templates
search cancel

Identity Governance: insert HTML tags in email templates

book

Article ID: 248378

calendar_today

Updated On:

Products

CA Identity Suite

Issue/Introduction

How to send customized emails from Identity Governance that contain HTML tags?

You would like to insert a link to an external document within such emails but, unfortunately, the HTML tags inserted in the email templated are not interpreted, but rather shown as plain text.

 

Resolution

To add a clickable link to the e-mail template in Identity Governance:

Add lowercase HTML tags like those shown below that will contain the whole body of your e-mail:

<html><body>
${reviewerDisplayName} Lorem ipsum dolor sit amet, consectetur adipiscing elit. 
Curabitur euismod ut odio pulvinar rutrum. Aliquam eu gravida nulla. Pellentesque nec scelerisque turpis, ut pretium mauris. 
Duis at sapien tellus. Sed sed lorem ac enim facilisis fermentum. Vestibulum convallis, tellus quis vehicula dictum, 
eros nunc semper nibh, vel consequat neque augue pellentesque libero. Fusce at arcu est. ${inboxLink} 
<a href="LINK_TO_DOCUMENT">NAME_IT_SHOULD_DISPLAY</a>
</body></html>