Email Templates

The Package and Send feature requires at a minimum a basic HTML template in order to work. These are created and edited throught the Management section of portal.

Creating via CLI

Creating an email template via the CLI only requires the following JSON.

{
    "body": "<HTML>HTML goes here</HTML>", 
    "subject": "SUBJECT email", 
    "alias": "templateAlias", 
}

All fields are required.

TemplatingTemplating can be done using {{variable}} syntaxt anywhere in the body or subject fields.