releases.sh

WhatsApp template events now stream in real-time

July 27, 2026ChangelogView original ↗
1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes
From the original release noteView original ↗

<p>Twilio Event Streams now supports real-time notifications for <b>WhatsApp message template status and category updates</b>.</p> <p>Previously, tracking changes to WhatsApp content template approvals or re-classifications required periodic polling via the Content API or Senders API. With this release, you can subscribe to template lifecycle events through Event Streams and automatically trigger downstream workflows whenever Meta approves, rejects, or updates the category of a template.</p> <h3>&nbsp;</h3> <h3>What’s New</h3> <p>You can now subscribe to the event type com.twilio.messaging.template.approval.updated in your Event Streams sink configurations (Webhooks, Amazon Kinesis, Segment, etc.).</p> <p>This event fires for two main template update types:</p> <ul> <li><p><b>status_update</b>: Triggers when a template’s approval status changes (e.g., moving from pending to approved or rejected).</p> </li> <li><p><b>category_update</b>: Triggers when Meta updates or re-categorizes a template (e.g., changing between <i>UTILITY</i>, <i>MARKETING</i>, or <i>AUTHENTICATION</i>).</p> </li> </ul> <h3>&nbsp;</h3> <h3>Event Payload Overview</h3> <p>When a status or category update occurs, Event Streams delivers a payload containing both the current state and the previous state of the template.</p> <p>&nbsp;</p> <h3>Getting Started</h3> <ol> <li><p>Go to the <b>Event Streams</b> section in the Twilio Console.</p> </li> <li><p>Create or edit an active <b>Subscription</b>.</p> </li> <li><p>Add the <b>com.twilio.messaging.template.approval.updated</b> event type under the <i>Messaging</i> category.</p> </li> <li><p>For detailed field specifications and integration guides, review the <a href="https://www.twilio.com/docs/whatsapp/api/events"&gt;Twilio Event Streams for WhatsApp documentation</a> and the <a href="https://www.twilio.com/docs/events/event-types/messaging/template-approval#updated"&gt;Template Approval Event Schema</a>.</p> </li> </ol>

Fetched August 11, 2026