Deprecation of publisher_errors endpoint
Communicated on: April 15, 2026Application date: October 15, 2026 The
POST /publisher_errors/{business_id} endpoint has been deprecated in favor of the new POST /diffusion_errors/{business_id} endpoint.
What’s changing:
- The old
POST /publisher_errors/{business_id}endpoint is now marked as deprecated - Please migrate to the new
POST /diffusion_errors/{business_id}endpoint
- Better organization and consolidation of publisher error handling endpoints
- Improved feature control with proper authorization checks
- More comprehensive error handling and validation
Removing phone and keywords fields from user endpoints
Application date: January 15, 2026
We are removing phone and keywords fields from all user-related endpoints. Customers using these fields should update their integrations accordingly.
Image message sending via direct upload
Application date: January 15, 2026 We are changing how image messages are sent via the API. What’s changing:- Image messages can no longer be sent using direct file uploads (form-data) through:
POST /v2/messages - Instead, you must use public URLs to upload images.
- Businesses sending messages via the message API
- Anyone uploading image messages via direct file upload
- This harmonizes how media is handled across the API and ensures consistent processing of image messages.