Reschedule one or more scheduled recipients

Change the scheduled send time of one or more contact messages that are still scheduled.
Only the schedule changes — the content and recipients are unchanged, so no re-authentication is required.

Important notes:

  • ids are the 12-digit friendly ids of the contact messages, as returned by bulk_send.
  • All ids must currently be scheduled, with a scheduledAt still in the future, and belong to the
    authenticated sender/reseller. If any id fails these checks, nothing is rescheduled and a 404 is returned.
  • scheduledAt must be at least 15 minutes and at most 90 days in the future (ISO 8601 with timezone
    offset, processed in UTC).
Body Params
ids
array of strings
required
length between 1 and 100

12-digit friendly ids of the contact messages, as returned by bulk_send.

ids*
date-time
required

New scheduled send time. ISO 8601 with timezone offset, processed in UTC.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json