Reschedule a batch’s contacts and/or timing
Reschedule a batch’s contacts and/or timing
Changes a batch’s contacts and/or scheduled_for and pushes the change to the call server. Use this (not the PATCH batch endpoint) whenever contacts or timing need to hit the queue.
Authentication
hollr-api-keystring
API key issued for your account. Every request is logged and rate-limited against this key.
Path parameters
batch_id
UUID of the batch.
Request
This endpoint expects an object.
contacts
scheduled_for
ISO 8601 timestamp with an explicit UTC offset. Must be in the future. A bare timestamp without a timezone designator is rejected rather than guessed.
Response
Batch rescheduled.
status
batch
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error

