Ory.Model.EmailTemplateData (ory_client v1.21.6)

Contains the data of the email template, including the subject and body in HTML and plaintext variants

Summary

Types

t()

@type t() :: %Ory.Model.EmailTemplateData{
  body: Ory.Model.EmailTemplateDataBody.t(),
  subject: String.t()
}

Functions

decode(value)