Create Template Request
data class CreateTemplateRequest(val name: String, val contentMarkdown: String, val subject: String, val lang: Language? = null, val createdBy: Did? = null)
Parameters
name
Name of the template.
content Markdown
Content of the template, markdown supported, can contain variable placeholders.
subject
Subject of the message, used in emails.
lang
Message language.
created By
DID of the user who is creating the template.