Skip to main content

tools.ozone.communication.createTemplate

#main

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

Input

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
namestring-Name of the template.
contentMarkdownstring-Content of the template, markdown supported, can contain variable placeholders.
subjectstring-Subject of the message, used in emails.
createdBystring (did)-DID of the user who is creating the template.

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
reftools.ozone.communication.defs#templateView--