Template View
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.
content Markdown
Subject of the message, used in emails.
lang
Message language.
last Updated By
DID of the user who last updated the template.