Values.CreateWhatsAppMessageTemplateFromLibraryOutputSourceCreates a new WhatsApp message template using a template from Meta's template library.
type nonrec t = {metaTemplateId : MetaTemplateId.t option;The numeric ID assigned to the template by Meta.
*)templateStatus : String_.t option;The status of the created template (for example, PENDING or APPROVED).
*)category : MetaTemplateCategory.t option;The category of the template (for example, UTILITY or MARKETING).
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DependencyException of DependencyException.t| `InternalServiceException of InternalServiceException.t| `InvalidParametersException of InvalidParametersException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottledRequestException of ThrottledRequestException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DependencyException of DependencyException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidParametersException of InvalidParametersException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottledRequestException of ThrottledRequestException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DependencyException of DependencyException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidParametersException of InvalidParametersException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottledRequestException of ThrottledRequestException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]