Values.CreateWhatsAppMessageTemplateFromLibraryInputSourceCreates a new WhatsApp message template using a template from Meta's template library.
type nonrec t = {metaLibraryTemplate : MetaLibraryTemplate.t;The template configuration from Meta's library, including customizations for buttons and body text.
*)id : LinkedWhatsAppBusinessAccountId.t;The ID of the WhatsApp Business Account to associate with this template.
*)}val make :
metaLibraryTemplate:MetaLibraryTemplate.t ->
id:LinkedWhatsAppBusinessAccountId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of LinkedWhatsAppBusinessAccountId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of ZeroTapTermsAccepted.t
| `List of
[> `Map of
([> `String of SupportedAppKeyString.t ]
* [> `String of SupportedAppValueString.t ])
list ]
list
| `Map of
([> `String of
MetaUrlWithSuffixExampleKeyString.t ]
* [> `String of
MetaUrlWithSuffixExampleValueString.t ])
list
| `String of ButtonType.t ])
list ]
list
| `String of MetaTemplateName.t
| `Structure of
(string
* [> `Boolean of AddContactNumber.t
| `Integer of CodeExpirationMinutes.t ])
list ])
list ])
list ]