Values_2.OutboundEmailContentSourceInformation about email body content.
type nonrec t = {messageSourceType : OutboundMessageSourceType.t;The message source type, that is, RAW or TEMPLATE.
*)templatedMessageConfig : TemplatedMessageConfig.t option;Information about template message configuration.
*)rawMessage : OutboundRawMessage.t option;The raw email body content.
*)}val make :
?templatedMessageConfig:??? ->
?rawMessage:??? ->
messageSourceType:OutboundMessageSourceType.t ->
unit ->
tval 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 ]