Re-execute a completed or failed campaign with new contact selection and scheduling. Preserves all execution history while allowing a fresh run with customizable parameters.
Re-execute a completed, cancelled, or failed campaign with flexible contact selection and scheduling options.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
campaign_id (integer, required): The unique identifier of the campaign| Field | Type | Required | Description |
|---|---|---|---|
contact_selection | string or array | Yes | Which contacts to include |
schedule_settings | object | No | Scheduling configuration |
| Value | Description |
|---|---|
"all" | Reset and re-contact all contacts |
"failed_only" | Only retry failed, no_answer, busy, voicemail contacts |
[1, 2, 3] | Array of specific contact IDs to retry |
| Field | Type | Description |
|---|---|---|
schedule_type | string | immediate, scheduled, or recurring |
scheduled_at | string | ISO 8601 datetime for scheduled type |
timezone | string | Timezone for scheduling |
pending statusskippeddraft (immediate) or scheduled| Status Code | Description |
|---|---|
| 400 | Campaign status doesn’t allow re-execution |
| 400 | No contacts match the selection criteria |
| 400 | Scheduled time is in the past |
| 404 | Campaign not found |
completed - All contacts processedcancelled - Campaign was stoppedfailed - Campaign encountered an error