There are two ways to customize the body of an email notification:
Provide a text or HTML file that contains the body of the customized email.
Assign the path of this file to the dx_email_body_file event property. This file must be accessible to all Data Exchange Server instances.
Provide a text string that will replace the built-in body text.
Assign this string to the dx_email_text event property.
The customized body of an email message can contain variables that are set during runtime.
The following variables are built-in:
Variable
Description
$DXMonitorName
The name of the monitor.
$DXPartnerInfo
Partner name, account name, and account number.
You can use event attributes in the customized body of an email. For example, you can define an event attribute called MyAttribute and embed it in the body of an email as $MyAttribute.
The developer assigns a value to MyAttribute using the DX_Event_Attribute transformation.