{
"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. 1.PENDING, 2.APPROVED, 3.REJECTED, 4.DELETED, 5.PENDING_INTERNAL, 6.DISABLED, 7.PAUSED |
| newTemplateStatus | int | The updated status of the template after the review. See status codes below. 1.PENDING, 2.APPROVED, 3.REJECTED, 4.DELETED, 5.PENDING_INTERNAL, 6.DISABLED, 7.PAUSED |
| channelId | string/null | Channel identifier. May be null if not applicable. |
| channelPhoneNumber | string | Phone number associated with the WhatsApp Business channel. |

