Module Values.BulkEmailContentSource

An object that contains the body of the message. You can specify a template message.

Sourcetype nonrec t = {
  1. template : Template.t option;
    (*

    The template to use for the bulk email message.

    *)
}
Sourceval make : ?template:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Blob of RawAttachmentData.t | `Enum of string | `String of MessageHeaderName.t ]) list ] list | `String of EmailTemplateName.t | `Structure of (string * [> `String of EmailTemplateSubject.t ]) list ]) list ]) 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