Any custom attribute supported by RiskVision can be added as a variable to an email template. The following attribute types can be added:
ATTRIBUTE | VARIABLE | DESCRIPTION |
| Date | $NT.getValue("<workflow_type>.customAttributes.<field_name>") | The date and time in the YYYY-MM-DD HH:MM:SS format by default. |
| Encrypted string | $NT.getValue("<workflow_type>.customAttributes.<field_name>") | A string value in encrypted format. |
| Flag | $NT.getValue("<workflow_type>.customAttributes.<field_name>") | Boolean values. |
| Image | $NT.getValue("<workflow_type>.customAttributes.<field_name>") | An image that can be displayed in the email. |
| Number | $NT.getValue("<workflow_type>.customAttributes.<field_name>") | Positive and negative numbers, including zero. |
| Rational number | $NT.getValue("<workflow_type>.customAttributes.<field_name>") | Positive and negative integers displayed as fractions. |
| String | $NT.getValue("<workflow_type>.customAttributes.<field_name>") | Multiple characters. |
| Text | $NT.getValue("<workflow_type>.customAttributes.<field_name>") | Character strings and HTML formatting. |
