Creating Notification Templates

Notification templates define the format of the information that you want to send in the email notifications for given situations. Default templates include the following:

Notification Templates are XML files located in the server profile's conf/server/notification-template file folder.

If the default notification templates do not suit your needs, you can create new ones.

To create a notification template:

  1. Create an XML file.
  2. Enter a script.
    Note: Notification templates support only Velocity reports. For more information on Velocity templates, see http://velocity.apache.org/engine/.
  3. Save the file in the server profile's conf/server/notification-template file folder. The default locations on Windows and UNIX/Linux are as follows: C:\Users\username\.microfocus\da\server\notification-templates /opt/MicroFocus/da/username/.microfocus/da/server/notification-templates
  4. Restart the server.

Related Topics