We are trying to customize the email template (New Account Provisioned) by adding details like identi.manager , identity.email.
The email received as part of testing includes the tag as same as included in the template and does not populate the values for the tags. (code below)
Hello,
The ${PRODUCT_NAME} system has created an account for ${username} on the ${source} system. Here are the details about this account:
User Name: ${accountUserName}
ID: ${accountIdAttribute}
Email: ${identity.email}
Manager: ${identity.manager}
Employment Type: ${identity.emp_type}
Password: ${password}
Access: #foreach ($access in $accountAccess)
$access
#end
If you have any questions, contact your administrator.
Thanks,
The ${PRODUCT_NAME} Team
The values populated are only the username and access as those are predefined in the default template.
The developer forum focuses on helping the developer community extend the capabilities of IDN beyond what is provided out of the box in the user interface. This typically involves the use of APIs and event triggers. The Compass community focuses on assisting admins with the configuration of their tenants within the IDN UI. To help us keep our conversations focused and to provide community members like you with the best possible experience, can you please ask your question in Compass? Thank you for your understanding.