CreateTemplateRequest

constructor(name: String, contentMarkdown: String, subject: String, lang: Language? = null, createdBy: Did? = null)

Parameters

name

Name of the template.

contentMarkdown

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

subject

Subject of the message, used in emails.

lang

Message language.

createdBy

DID of the user who is creating the template.