{
"eventType":"templateReviewed",
"wabaId":"1111111",
"templateName":"qweqw",
"templateId":"1982737699205572",
"watiTemplateId":"68aeb8ca3463af036eff5dba",
"oldTemplateStatus":1,
"newTemplateStatus":2,
"channelId":null,
"channelPhoneNumber":"17735704742"
}Field Descriptions
Field Name | Type | Description |
|---|---|---|
eventType | string | The type of webhook event. Always "templateReviewed" for this event. |
wabaId | string | WhatsApp Business Account ID associated with the template. |
templateName | string | The name of the WhatsApp message template. |
templateId | string | Meta's unique identifier for the template. |
watiTemplateId | string | Wati's internal unique identifier for the template. |
oldTemplateStatus | int | The previous status of the template before the update. See status codes below. 2.PENDING, 3.APPROVED, 4.REJECTED, 5.DELETED, 6.PENDING_INTERNAL, 7.DISABLED, 8.PAUSED |
newTemplateStatus | int | The updated status of the template after the review. See status codes below. 2.PENDING, 3.APPROVED, 4.REJECTED, 5.DELETED, 6.PENDING_INTERNAL, 7.DISABLED, 8.PAUSED |
channelId | string/null | Channel identifier. May be null if not applicable. |
channelPhoneNumber | string | Phone number associated with the WhatsApp Business channel. |
