Values.GetWhatsAppMessageTemplateInputSourceRetrieves a specific WhatsApp message template.
type nonrec t = {metaTemplateId : MetaTemplateId.t option;The numeric ID of the template assigned by Meta.
*)id : LinkedWhatsAppBusinessAccountId.t;The ID of the WhatsApp Business Account associated with this template.
*)templateName : MetaTemplateName.t option;The name of the message template. Use together with templateLanguageCode as an alternative to metaTemplateId to identify a template.
*)templateLanguageCode : MetaTemplateLanguage.t option;The language code of the message template (for example, en or en_US). Use together with templateName as an alternative to metaTemplateId to identify a template.
*)}val make :
?metaTemplateId:??? ->
?templateName:??? ->
?templateLanguageCode:??? ->
id:LinkedWhatsAppBusinessAccountId.t ->
unit ->
t