Template View
data class TemplateView(val id: String, val name: String, val subject: String? = null, val contentMarkdown: String, val disabled: Boolean, val lang: Language? = null, val lastUpdatedBy: Did, val createdAt: Timestamp, val 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.