Module Values.GetEmailTemplateRequestSource

Represents a request to display the template object (which includes the subject line, HTML part and text part) for the template you specify.

Sourcetype nonrec t = {
  1. templateName : EmailTemplateName.t;
    (*

    The name of the template.

    *)
}
Sourceval context_ : string
Sourceval make : templateName:EmailTemplateName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EmailTemplateName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t