Templates
Emails
5min
you can create and manage your email templates in 'templates' > 'emails' the email templates can be used in automated workflow tasks, you can learn more about the process of email automation here to create a new template you need to click the 'add' button at the top right corner you can edit or remove templates using the buttons next to the template`s name keep in mind that you can`t remove system templates (they are essential for the functioning of hyperportal) multilanguage support you can have a version of one email in each language you can edit in version separately you can switch between languages in the editor the subject and email body have to be made separately for each language you can use this feature to send emails in the preferred language of your customers(see the email node article to learn more) email builder you can learn more about the email builder here cms integration you can insert data from cms entities (e g the name of the customer, the model of the vehicle, etc ) in your emails to do that you need to type the id of the needed property from the workflow process that will be sending the email the property id should be in double curly brackets, like this {{contact firstname}} example we have an automated process that sends emails after the vehicle reservation we can put the name of the customer at the start of the email by leaving the property id of the field the property id on the customer field in the process is 'contact' but the contact entity contains multiple fields, so to refer to the customer`s name you should find the property id of the field that contains the name it`s 'firstname' so to refer to the customer`s name in the email you should enter this {{contact firstname}} you can learn more about the usage of expressions in the email templates here https //handlebarsjs com/guide/expressions html#basic usage https //handlebarsjs com/guide/expressions html#basic usage https //mustache github io/mustache 5 html https //mustache github io/mustache 5 html