Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | All versions This feature is related to all versions.
Manager extensively uses emails to send various notifications to form users and administrators. Manager applies email templates to insert form's dynamic content into generated emails. For example, you can have a form that lets a user to select multiple products and, when the form is completed, to send an email with a subject displaying all the products entered in the form. You can achieve this by configuring an email template which has access to a data model from which it can extract product names or iterate over them.
Email templates are created using the Velocity Template Language (VTL) markup, which is one of the simplest and easiest methods of incorporating dynamic data into an HTML document and is made up of References and Directives. References begin with a $
and are used to retrieve a value, for example, $a = FirstName. Directives begin with a #
and are used to perform an action, for example, #get, #set, #end.
The email templates can be customized at organization, form space and form levels.
To configure a form space email template:
Next, learn how to view form space pages.