Module Values_2.OutboundEmailContentSource

Information about email body content.

Sourcetype nonrec t = {
  1. messageSourceType : OutboundMessageSourceType.t;
    (*

    The message source type, that is, RAW or TEMPLATE.

    *)
  2. templatedMessageConfig : TemplatedMessageConfig.t option;
    (*

    Information about template message configuration.

    *)
  3. rawMessage : OutboundRawMessage.t option;
    (*

    The raw email body content.

    *)
}
Sourceval context_ : string
Sourceval make : ?templatedMessageConfig:??? -> ?rawMessage:??? -> messageSourceType:OutboundMessageSourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of MessageTemplateKnowledgeBaseId.t | `Structure of (string * [> `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_1.CustomerProfileAttributesSerialized.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