Ory.Model.EmailTemplateData (ory_client v1.6.2)

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

Summary

Types

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

Functions