Update a message
Updates a message’s sender (from and reply_to) and active flag on a draft broadcast.
Changes to the sender attributes apply across all of the message’s contents. The control
and the last remaining active message cannot be deactivated. name,
position, and test_name are derived and are rejected with 422.
Authorizations
Accepts either a raw API key or Bearer <key>.
Headers
Optional dated API revision for the request. Must use YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-03-01"
Body
Update a message's sender (from/reply_to, applied across every one of
the message's contents) and active flag on a draft broadcast. The control
and the last remaining active message cannot be deactivated (409).
name, position, and test_name are derived and rejected with 422.
Response
Sender updated across every content.
One message (A/B test arm) of a broadcast. from/reply_to are
email-only sender fields and are null for SMS/push messages.
Server-generated message name, for example Control or Variation A.
Sender email address (email messages only).
Reply-to email address (email messages only).

