latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

campaigns

Edit a campaign's scheduled start date

Modifies the scheduled start date/time of a campaign that has been started with a future date. Use this to reschedule a campaign without stopping and restarting it. The campaign must already be in a scheduled state. The new start date is provided in the request body.

Permission: No specific permission required. A valid API key is sufficient.

patch/campaigns/call/{campaignscalllistuuid}/start/edit

Path parameters

campaignscalllistuuidstring uuid required

The UUID of the campaign (e.g., 1a7a5639-3818-4b0e-9285-f6b3795f8db4). Use GET /campaigns/call to discover campaign UUIDs.

Request body

start_datestring

Schedule the campaign

Example request

{
  "start_date": "2022-01-13T17:59:05Z"
}

Response

Successful operation