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 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.
{{variable}}
syntaxt anywhere in the body
or subject
fields.