The following variables are available to designers of this type of email template:
VARIABLE | DESCRIPTION |
details | Includes properties and methods that describe the details of the alert of which the user is being notified. For example, details.alertRule is one property. Alert rule is itself an object, comprised of the properties name and description. So, to cause an Alert email template to display the name of the alert rule that triggered the notification, the designer would specify $details.alertRule.name. |
details.alertRule.description | The description of the alert rule that triggered an email notification. |
details.alertRule.name | The name of the alert rule that triggered an email notification. |