Module Values.CreateWhatsAppMessageTemplateInputSource

Creates a new WhatsApp message template from a custom definition. Amazon Web Services End User Messaging Social does not store any WhatsApp message template content.

Sourcetype nonrec t = {
  1. templateDefinition : MetaTemplateDefinition.t;
    (*

    The complete template definition as a JSON blob.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : templateDefinition:MetaTemplateDefinition.t -> id:LinkedWhatsAppBusinessAccountId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of MetaTemplateDefinition.t | `String of LinkedWhatsAppBusinessAccountId.t ]) 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