Values.MessageTemplateContentProviderSourceThe container of message template content.
type nonrec t = {email : EmailMessageTemplateContent.t option;The content of the message template that applies to the email channel subtype.
*)sms : SMSMessageTemplateContent.t option;The content of the message template that applies to the SMS channel subtype.
*)whatsApp : WhatsAppMessageTemplateContent.t option;The content of the message template that applies to the WHATSAPP channel subtype.
*)push : PushMessageTemplateContent.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of EmailHeaderKey.t ]) list ]
list
| `String of NonEmptyUnlimitedString.t
| `Structure of
(string
* [> `Enum of string
| `String of NonEmptyUnlimitedString.t
| `Structure of
(string * [> `String of NonEmptyUnlimitedString.t ])
list ])
list ])
list ])
list ]