Skip to main content

tools.ozone.communication.listTemplates

GET 

tools.ozone.communication.listTemplates

Get list of all communication templates.

Request

Responses

OK

Schema

    communicationTemplates

    object[]

    required

  • Array [

  • 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...