2022.2

Table Of Contents
"batchsize": 1200
}
JSON Email Output List
Describes a list of email message output, a content set ID for that output, and any errors that
may have occurred specific to a content creation for email operation.
Structure
The structure consists of an object with the following name/value pairs:
l messages a list of the email messages created, consisting of an array of objects each
with the following name/value pairs:
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
Page 55