TemplateView

constructor(id: String, name: String, subject: String? = null, contentMarkdown: String, disabled: Boolean, lang: Language? = null, lastUpdatedBy: Did, createdAt: Timestamp, updatedAt: Timestamp)

Parameters

name

Name of the template.

subject

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

contentMarkdown

Subject of the message, used in emails.

lang

Message language.

lastUpdatedBy

DID of the user who last updated the template.