June 22, 2026
· 4 min read
PUT /communication/broadcast_messages/{id}
- added the new required request property
channel(media type: application/json) - added the new required request property
subject(media type: application/json) - added the required property
channelto the response with the200status (media type: application/json) - added the required property
subjectto the response with the200status (media type: application/json)
POST /communication/broadcast_messages/{id}/send
- added the new required request property
channel(media type: application/json) - added the new required request property
subject(media type: application/json) - added the required property
channelto the response with the200status (media type: application/json) - added the required property
subjectto the response with the200status (media type: application/json)
POST /communication/broadcast_messages
- added the new optional request property
channel(media type: application/json) - added the new optional request property
defer_sending(media type: application/json) - added the new optional request property
subject(media type: application/json) - added the required property
channelto the response with the201status (media type: application/json) - added the required property
subjectto the response with the201status (media type: application/json)
GET /communication/broadcast_messages/email_quota
- endpoint added
POST /communication/broadcast_messages/recipients_preview
- endpoint added
POST /communication/broadcast_messages/send_test_email
- endpoint added
GET /communication/broadcast_messages/{id}
- added the required property
channelto the response with the200status (media type: application/json) - added the required property
subjectto the response with the200status (media type: application/json)
PATCH /communication/broadcast_messages/{id}
- added the new optional request property
subject(media type: application/json) - added the required property
channelto the response with the200status (media type: application/json) - added the required property
subjectto the response with the200status (media type: application/json)