Module Values.GetTemplateRequestSource

Displays the template object (which includes the Subject line, HTML part and text part) for the template you specify. You can execute this operation no more than once per second.

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

    The name of the template to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : templateName:TemplateName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TemplateName.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