What variables can be used for user-defined notifications?
Variables may be used to personalize the content of a notification of ARIS Administration. Variables can be used in both notification subject and body. The following variables are supported:
Text notifications:
@tenant.name - Name of the tenant the user belongs to
@user.login - Login of a user receiving notifications
@user.givenName - First name of a user receiving notifications
@user.lastName - Last name of a user receiving notifications
@user.password - (New) password of a user receiving notifications
The following variables are supported for license-related events:
@license.serial - Serial number of a license
@license.productName - Name of a licensed product
@license.expiry - Expiration date of a licensed product in the format YYYY-MM-DD
HTML notification
${tenant.name} - Name of the tenant the user belongs to
${user.login} - Login of a user receiving notifications
${user.givenName} - First name of a user receiving notifications
${user.lastName} - Last name of a user receiving notifications
${user.password} - (New) password of a user receiving notifications
The following variables are supported for license-related events:
${license.serial} - Serial number of a license
${license.productName} - Name of a licensed product
${license.expiry} - Expiration date of a licensed product in the format YYYY-MM-DD