Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.16 KB

File metadata and controls

31 lines (19 loc) · 1.16 KB

WebhookPayloadWhatsAppTemplateStatusUpdatedTemplate

Properties

Name Type Description Notes
templateId 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 StatusEnum 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.
reason String Meta's free-form reason for the transition. `"NONE"` on approval; an explanation string on rejection.

Enum: StatusEnum

Name Value
APPROVED "APPROVED"
REJECTED "REJECTED"
PENDING "PENDING"
PAUSED "PAUSED"
DISABLED "DISABLED"
IN_APPEAL "IN_APPEAL"
PENDING_DELETION "PENDING_DELETION"