For AI agents: visit https://docs.wati.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
JSON
{
"eventType":"templateQualityUpdated",
"templateId":"1405047553933887",
"wabaId":"1111111",
"templateName":"qweqw",
"watiTemplateId":"68aea8bf4b1585cba9ad8a6c",
"oldTemplateQuality":0,
"newTemplateQuality":1,
"channelId":null,
"channelPhoneNumber":"17735704742"
}
Field Name Type Description eventType string The type of webhook event. Always "templateQualityUpdated" for this event. templateId string The Meta template identifier for the WhatsApp Business template. wabaId string The WhatsApp Business Account identifier associated with the template. templateName string The name of the WhatsApp message template whose quality was updated. watiTemplateId string The internal Wati template identifier for tracking purposes. oldTemplateQuality int The previous quality rating of the template before the update.
UNKNOWN — Indicates quality pending.
GREEN — Indicates high quality.
RED — Indicates low quality.
YELLOW — Indicates medium quality.
newTemplateQuality int The updated quality rating of the template.
UNKNOWN — Indicates quality pending.
GREEN — Indicates high quality.
RED — Indicates low quality.
YELLOW — Indicates medium quality.
channelId string The identifier of the channel associated with the template. Can be null if not applicable. channelPhoneNumber string The phone number associated with the WhatsApp Business channel.