Module Values.CreateWhatsAppMessageTemplateFromLibraryInputSource

Creates a new WhatsApp message template using a template from Meta's template library.

Sourcetype nonrec t = {
  1. metaLibraryTemplate : MetaLibraryTemplate.t;
    (*

    The template configuration from Meta's library, including customizations for buttons and body text.

    *)
  2. id : LinkedWhatsAppBusinessAccountId.t;
    (*

    The ID of the WhatsApp Business Account to associate with this template.

    *)
}
Sourceval context_ : string
Sourceval make : metaLibraryTemplate:MetaLibraryTemplate.t -> id:LinkedWhatsAppBusinessAccountId.t -> unit -> t
Sourceval 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 ]
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