2021.1

Table Of Contents
o
subject the subject of the email message (type of string)
o
to the email addresses of the recipients in the email message (type of string)
o
body the name of the HTML email body file in the email message output (type of
string)
o
folder the managed file ID for the output directory in the file store containing the
email message output (type of number)
o
attachments a list of the file attachments to the email message, consisting of an
array of objects each with the following name/value pairs:
l name the name of the file attachment in the email message output (type of
string)
l disposition the disposition of the attachment to the email message (type of
string)
Specific to inclusion of meta tags in the template's scripts, the following optional
name/value pairs can be specified:
o
from the email address of the sender in the email message (type of string)
o
cc the email addresses of the carbon copy (CC) recipients in the email message
(type of string)
o
bcc the email addresses of the blind carbon copy (BCC) recipients in the email
message (type of string)
o
replyTo the email addresses to reply to in the email message (type of string)
o
headers a list any custom email headers in the email message, consisting of an
array of objects each with the following name/value pairs:
l <name> the name (name) and value of the email header (type of string)
Specific to email message output where an EML (E-Mail Message) file is to be created,
the following name/value pair will be specified:
o
eml the name of the EML (E-Mail Message) file in the email message output (type
of string)
Specific to templates with an email context section configured to append a plain-text copy
of the HTML, the following name/value pair will be specified:
o
text the name of the TXT email file in the email message output (type of string)
Page 57