v1
latestSwagger 2.02026-08-06114161439.7 KBSMS Broadcast
Update broadcast SMS
Update broadcast SMS details. Provide either contact_ids or contact_list_ids, but not both.
put/broadcasts/{broadcast_id}
Path parameters
broadcast_idinteger required
The ID of the broadcast to update
Request body
Example request
{
"tracking_number": "string",
"agent_ring_to": "string",
"message": "string",
"contact_ids": [
0
],
"contact_list_ids": [
0
],
"schedule_datetime": "string",
"is_scheduled": true
}Response
Broadcast updated successfully