Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To create a new template, click Create or copy an existing out-of-box template or another custom template for an event. 

...

Field

Description

Template Name

The name of the template.

Events

Associate an event for the template (e.g. Workflow Request Completed). You can also assign more than one event to the same template.

Email Subject

The script to be used for email subject for the event(s).

Email BodyThe script to be used for email body for the event(s).
PayloadThe payload is used in the code editor to give suggestions of what variables and methods are available when accessing the $payload variable, as this will vary depending on the event. If more than one event is associated to this template, use this to switch between the selected events.

...

Info

Each payload object of an event holds a different set of data. Please use the link for each payload and go through the methods available to structure your HTML content for the template. You can always use the Preview and Send Test options to test and validate your script using the test data available.


Info

All the out-of-box templates uses custom style, the use custom styling. The style settings can be found inside the application folder configured as part of the FlexDeploy installation. The files are located at <flexdeploy install root>/application/templates/notifications.

Any changes to the styles has have to be tested throughly thoroughly to make sure it works they work with the mail clients used within your organization. Please have save a copy of the files before making any changes. Please check Check FlexDeploy server logs for any errors while testing your custom changes. Please look Look for "org.apache.velocity.runtime" text for any exceptions.

...