Info | ||
---|---|---|
| ||
Notification templates are a Next Generation feature only |
Notification templates enable users to define their own email templates (subject & body) to deliver notification content to subscribers based on the events occurring within the build/deploy/release lifecycle. The template is a pre-designed email that is used for sending notification messages to FlexDeploy users, groups, or to an external user's email -idaddress. Templates can be customized and allows the users to replace allow you to customize the content using rich set of APIs available in FlexDeploy. The templates use Apache Velocity for generating the content using data model and HTML formatting and styles. Users Templates can extend be extended by copying an out-of-box template or create creating a whole new template with your own styles and structure.
...
Term | Description |
---|---|
Template | The HTML content of an email used to send notification messages for one or multiple events. |
Events | “Change of state” of an object in FlexDeploy like workflow or task. Each template can be assigned to be used for one or multiple events. e.g. Workflow request failed, pipeline gate approval assigned |
...