Update Message Segments

Updates the included/excluded segments on a scheduled message. The message must not be sent or cancelled and must be more than one minute from its send time.

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

The ID of the message.

Body Params

Body Params

included_segment_ids
array of integers
required

Segment IDs to include in the send.

included_segment_ids*
excluded_segment_ids
array of integers
required

Segment IDs to exclude from the send.

excluded_segment_ids*
Responses
200

The message with updated segments

406

The message is too close to its send time to update segments.

422

The message has already been sent or was cancelled.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…