Twilio Changelog | Dec. 05, 2024
SendGrid Webhook: New Fields Added to Deferred Event Payload
Starting December 16, 2024, Twilio’s Webhook service will expand the payload for deferred events to include two additional fields: “from” and “domain.” This change enhances data availability, enabling you to gain richer insights from your event data, specifically for deferred events.
What's New?
- “from”: Displays the sender’s email address, providing greater visibility into the source of messages.
- “domain”: Shows the domain portion of the recipient's email after the “@” symbol, supporting more granular tracking and analysis.
How Does This Affect You?
If your system processes deferred event payloads with a fixed set of fields, the addition of these new fields may cause integration issues.
What Actions Should You Take?
To ensure uninterrupted service:
- Review and Update Your Integration: Modify your webhook processing logic to accommodate the new from and domain fields in the deferred event payload.
- Test Your System: After making updates, thoroughly test your system to confirm it handles the enhanced payload correctly.
For more information, please review our Webhook Documentation.