#main
- procedureAdministrative 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: |
lang |
string |
Message language. Syntax Format: |
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 |