Process Content Creation (By Data) (JSON)

Submits a request to initiate a new Content Creation (Email) operation.

Request takes a JSON Record Data List (with Email Parameters) of the data values for one or more Data Records 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:

  • templateId – the Managed File ID (or Name) of the design template in File Store

Query:

  • 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 Record Data List (with Email Parameters) specifying a list of data values for the Data Record(s) and parameters to be used for content creation
Content Type: application/json
Response:
Add. Headers:
  • operationId – Operation ID of new Content Creation (Email) operation
  • Link – Contains multiple link URLs that can be used to retrieve further information/cancel the operation
Content:
Content Type:
Status:
  • 202 Accepted – Creation of new operation successful
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
  • 404 Not Found – Design template not found in File Store