Skip to main content

tools.ozone.communication.createTemplate

POST 

tools.ozone.communication.createTemplate

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

Request

Body

required

    name stringrequired

    Name of the template.

    contentMarkdown stringrequired

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

    subject stringrequired

    Subject of the message, used in emails.

    createdBy did

    DID of the user who is creating the template.

Responses

OK

Schema

    id stringrequired
    name stringrequired

    Name of the template.

    subject string

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

    contentMarkdown stringrequired

    Subject of the message, used in emails.

    disabled booleanrequired
    lastUpdatedBy didrequired

    DID of the user who last updated the template.

    createdAt date-timerequired
    updatedAt date-timerequired
Loading...