2018.1

Table Of Contents
Process Content Creation (By Data Record) (JSON)
Submits a request to initiate a new Content Creation (Email) operation.
Request takes a JSON Identifier List (with Email Parameters) of Data Record IDs as content,
and on success returns a response containing additional headers that specify the ID of the new
operation as well as link URLs that can be used to retrieve further information/cancel the
operation.
Type: POST
URI:
/rest/serverengine/workflow/contentcreation/email/{templateId}
Parameters:
Path:
l templateId the Managed File ID (or Name) of the design template in
File Store
Query:
l section the Section of the Email context to export (Defaults to
default section in design template)
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: JSON Identifier List (with Email Parameters) specifying a
list of Data Record entity IDs and parameters to be used
for content creation
Content
Type:
application/json
Response:
Add.
Headers:
l operationId Operation ID of new Content
Creation (Email) operation
Page 436