Update Message

Updates a scheduled message. This is a narrow update endpoint: only mark_as_test, winner_id (A/B winner selection), and set_tags (tag assignment) are honored. To change message content, subject, schedule, or segments use the dedicated schedule/segments endpoints or recreate the message.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The ID of the message to update.

Body Params

Body Params

boolean
required

Flip the message's is_test flag.

integer

The ID of a child split message to declare the A/B test winner. Must reference an existing split of this message.

boolean

When true, replace the message's tag set with the provided tag_ids.

tag_ids
array of integers

Tag IDs to associate with the message. Only honored when set_tags is true.

tag_ids
Response
200

The updated message

Language
Credentials
Bearer
JWT
URL
LoadingLoading…