tools.ozone.communication.updateTemplate

Domain Index: ozone.tools

Crawl History

#main - procedure

Administrative action to update an existing communication template. Allows passing partial fields to patch specific fields only.

Query Parameters

No fields defined

Request Body

Content Type: application/json

Data Fields

Name Type Details
contentMarkdown string

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

disabled boolean
id string (required)

ID of the template to be updated.

lang string

Message language.

Syntax Format: language

name string

Name of the template.

subject string

Subject of the message, used in emails.

updatedBy string

DID of the user who is updating the template.

Syntax Format: did

Response Body

Content Type: application/json

Data Fields

No fields defined

Errors

Name Description
DuplicateTemplateName