tools.ozone.communication.createTemplate

Domain Index: ozone.tools

Crawl History

#main - procedure

Administrative action to create a new, re-usable communication (email for now) template.

Query Parameters

No fields defined

Request Body

Content Type: application/json

Data Fields

Name Type Details
contentMarkdown string (required)

Content of the template, markdown supported, can contain variable placeholders.

createdBy string

DID of the user who is creating the template.

Syntax Format: did

lang string

Message language.

Syntax Format: language

name string (required)

Name of the template.

subject string (required)

Subject of the message, used in emails.

Response Body

Content Type: application/json

Data Fields

No fields defined

Errors

Name Description
DuplicateTemplateName