Schedule a campaign

Set the instant the campaign launches itself at. scheduled_at must be strictly in the future, otherwise 422 unprocessable_entity. The campaign must be draft, error, or already scheduled — that last case reschedules it — otherwise 409 conflict.

The campaign moves to scheduled and, at scheduled_at, launches exactly as an explicit launch would: same snapshot rule, same running to completed path. A schedule that comes due while a bulk contact load is still running on the target list waits for the load, and the campaign moves to error if it has not finished in time.

Path Params
uuid
required

Identifier of the campaign to schedule.

Body Params

The instant a campaign is to launch itself at.

date-time
required

When the campaign launches, RFC 3339 timestamp. Must be strictly in the future; sending a new value for an already scheduled campaign reschedules it.

Responses

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