{"$id":"https://events-schemas.twilio.com/Messaging.ApprovalUpdated/1","$schema":"https://events-schemas.twilio.com/vocabulary/twilio","additionalProperties":false,"description":"Event for template approval updates","examples":[{"accountSid":"ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","channel":"whatsapp","dateUpdated":"2025-05-29T18:21:32Z","template":{"currentValue":"marketing","externalTemplateName":"perplexity_auth_template_hx1234567","friendlyName":"auth_template","language":"en","previousValue":"utility","sid":"HXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"},"type":"category_update"},{"accountSid":"ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","channel":"whatsapp","dateUpdated":"2025-05-29T18:21:32Z","template":{"currentValue":"paused","externalTemplateName":"perplexity_auth_template_hx1234567","friendlyName":"auth_template","language":"en","previousValue":"approved","sid":"HXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"},"type":"status_update"},{"accountSid":"ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","channel":"whatsapp","dateUpdated":"2025-05-29T18:21:32Z","template":{"currentValue":"yellow","externalTemplateName":"perplexity_auth_template_hx1234567","friendlyName":"auth_template","language":"en","previousValue":"green","sid":"HXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"},"type":"quality_update"},{"accountSid":"ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","dateUpdated":"2025-05-29T18:21:32Z","status":"DIRECT_SEND_UTILITY_MESSAGE_CATEGORY_NOTICE","template":{"currentValue":"marketing","externalTemplateName":"perplexity_auth_template_hx1234567","friendlyName":"auth_template","language":"en","previousValue":"utility","sid":"HXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"},"type":"direct_send_category_notice"},{"accountSid":"ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","dateExpiring":"2025-06-13T18:21:32Z","dateUpdated":"2025-05-29T18:21:32Z","status":"DIRECT_SEND_UTILITY_CATEGORY_ABUSE_WARN","type":"direct_send_abuse_update"},{"accountSid":"ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","dateExpiring":"2025-06-13T18:21:32Z","dateUpdated":"2025-05-29T18:21:32Z","status":"DIRECT_SEND_UTILITY_CATEGORY_ABUSE_STRIKE_1","type":"direct_send_abuse_update"},{"accountSid":"ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","dateExpiring":"2025-06-13T18:21:32Z","dateUpdated":"2025-05-29T18:21:32Z","status":"DIRECT_SEND_UTILITY_CATEGORY_ABUSE_OFFBOARD","type":"direct_send_abuse_update"}],"properties":{"accountSid":{"description":"Identifier of the Twilio account","type":"string"},"channel":{"description":"Messaging channel for the template (e.g., `whatsapp`). Required for template approval updates","type":"string"},"dateExpiring":{"description":"Expiration date for Direct Send capabilities status in ISO 8601 format. Required only for `DIRECT_SEND_UTILITY_CATEGORY_ABUSE_STRIKE_1`, `DIRECT_SEND_UTILITY_CATEGORY_ABUSE_STRIKE_2`, and `DIRECT_SEND_UTILITY_CATEGORY_ABUSE_STRIKE_2`","type":"string"},"dateUpdated":{"description":"Timestamp when the update occurred in ISO 8601 format","type":"string"},"status":{"description":"Direct Send capabilities status (e.g., `DIRECT_SEND_UTILITY_MESSAGE_CATEGORY_NOTICE`, `DIRECT_SEND_UTILITY_CATEGORY_ABUSE_WARN`, `DIRECT_SEND_UTILITY_CATEGORY_ABUSE_STRIKE_1`, `DIRECT_SEND_UTILITY_CATEGORY_ABUSE_OFFBOARD`). Required for `direct_send_abuse_update type`","type":"string"},"template":{"additionalProperties":false,"description":"Template information and update details. Required for template approval updates","properties":{"currentValue":{"description":"Current value after the update","type":"string"},"externalTemplateName":{"description":"External template name from the downstream provider","type":"string"},"friendlyName":{"description":"User-friendly name for the template","type":"string"},"language":{"description":"Language code for the template (e.g., `en`, `es`)","type":"string"},"previousValue":{"description":"Previous value before the update","type":"string"},"sid":{"description":"Template SID","type":"string"}},"type":"object"},"type":{"description":"Type of update: `category_update`, `status_update`, `quality_update`, `direct_send_category_notice`, or `direct_send_abuse_update`","type":"string"}},"required":["type","accountSid","dateUpdated"],"title":"ContentTemplateEvent","type":"object","x-twilio-eventstreams-customer-traceparent":false}