Template Approval
com.twilio.messaging.template.approval.updated
Template Approval Updated events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.
Examples
1{2"specversion" : "1.0",3"type" : "com.twilio.messaging.template.approval.updated",4"source" : "AB00000000000000000000000001",5"id" : "NO00000000000000000000000001",6"dataschema" : "https://events-schemas.twilio.com/Messaging.ApprovalUpdated/1",7"datacontenttype" : "2025-10-08T07:17:02.363Z",8"data" : {9"type" : "category_update",10"accountSid" : "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",11"dateUpdated" : "2025-05-29T18:21:32Z",12"channel" : "whatsapp",13"template" : {14"sid" : "HXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",15"friendlyName" : "owl_update",16"externalTemplateName" : "owl_update_hx123456",17"language" : "en",18"previousValue" : "utility",19"currentValue" : "marketing"20}21}22}
1{2"specversion" : "1.0",3"type" : "com.twilio.messaging.template.approval.updated",4"source" : "AB00000000000000000000000001",5"id" : "NO00000000000000000000000001",6"dataschema" : "https://events-schemas.twilio.com/Messaging.ApprovalUpdated/1",7"datacontenttype" : "2025-10-08T07:17:02.363Z",8"data" : {9"type" : "status_update",10"accountSid" : "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",11"dateUpdated" : "2025-05-29T18:21:32Z",12"channel" : "whatsapp",13"template" : {14"sid" : "HXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",15"friendlyName" : "owl_update",16"externalTemplateName" : "owl_update_hx123456",17"language" : "en",18"previousValue" : "approved",19"currentValue" : "paused"20}21}22}
Versions
v1 (latest)