Reschedule bulk messaging job
Reschedule a bulk messaging job.
You cannot update a bulk messaging job which is already executing or has already executed.
Method
PUT
Path
/messages/bulk/[job_id]
Path parameter
Body parameters
Response
HTTP status codes
Response object
Code sample
curl --location --request POST 'https://api.sociocs.com/messages/bulk/Xyz12345' \
--header 'apikey: your_api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"schedule: "2023-12-25T11:00:00-04:00"
}'