Ory.Model.EmailTemplateData
(ory_client v1.22.26)
Copy Markdown
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() }