late 0.0.292

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# WebhookPayloadWhatsAppTemplateStatusUpdatedTemplate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**template_id** | **String** | Meta's `message_template_id`, returned as a string. | 
**name** | **String** | Meta's `message_template_name`. | 
**language** | **String** | Meta's `message_template_language` (e.g. `en_US`). | 
**status** | **Status** | New status. Forwarded verbatim from Meta's `event` field. `PENDING_DELETION` is the 24h-grace state after a delete request before the template is actually removed.  (enum: APPROVED, REJECTED, PENDING, PAUSED, DISABLED, IN_APPEAL, PENDING_DELETION) | 
**reason** | **String** | Meta's free-form reason for the transition. `\"NONE\"` on approval; an explanation string on rejection.  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)