Template Status Update

{
  	"eventType":"templateReviewed",
  	"wabaId":"1111111",
	"templateName":"qweqw",
	"templateId":"1982737699205572",
	"watiTemplateId":"68aeb8ca3463af036eff5dba",
	"oldTemplateStatus":1,
	"newTemplateStatus":2,
	"channelId":null,
	"channelPhoneNumber":"17735704742"
}

Field Descriptions

Field NameTypeDescription
eventTypestringThe type of webhook event. Always "templateReviewed" for this event.
wabaIdstringWhatsApp Business Account ID associated with the template.
templateNamestringThe name of the WhatsApp message template.
templateIdstringMeta's unique identifier for the template.
watiTemplateIdstringWati's internal unique identifier for the template.
oldTemplateStatusint

The previous status of the template before the update. See status codes below.
0.DRAFT,

1.PENDING,

2.APPROVED,

3.REJECTED,

4.DELETED,

5.PENDING_INTERNAL,

6.DISABLED,

7.PAUSED

newTemplateStatusint

The updated status of the template after the review. See status codes below.
0.DRAFT,

1.PENDING,

2.APPROVED,

3.REJECTED,

4.DELETED,

5.PENDING_INTERNAL,

6.DISABLED,

7.PAUSED

channelIdstring/nullChannel identifier. May be null if not applicable.
channelPhoneNumberstringPhone number associated with the WhatsApp Business channel.