2022.2

Table Of Contents
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)
l errors a list of any errors that occurred during content creation, consisting of an array of
objects each with the following name/value pairs:
o
record –the data record index associated with the error (type of number)
o
message –the description of the error that occurred (type of string)
l contentSet the content set entity identifier for the email output (type of number)
Examples
The following is an example of this structure:
{
"messages": [
{
"attachments": [
{
"name": "att97529c81-f882-4c21-8b39-
a404f728d43e.png",
"disposition": "inline"
},
{
"name": "att2fa0f059-ec10-4054-b859-
36ad1f2fdf59.png",
"disposition": "inline"
},
{
"name": "att86c7b3c2-3483-4926-b893-
608a42231d70.jpg",
"disposition": "inline"
Page 56