Campaigns
Update Campaign
Updates an existing campaign’s configuration. All fields are optional — only include the fields you want to change. Settings can be updated while the campaign is running; pacing changes take effect on the next dial cycle.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
id | integer | The campaign ID. |
{
"name": "Q1 Outreach — Updated",
"max_concurrent": 10,
"daily_window_end_local": "20:00",
"voicemail_drop_enabled": false
}
{
"success": true,
"data": {
"id": 1,
"organization_id": 1,
"assistant_id": 5,
"from_phone_number": "+15551234567",
"name": "Q1 Outreach — Updated",
"status": "running",
"timezone": "America/New_York",
"run_start_at_utc": "2025-01-15T14:00:00",
"run_end_at_utc": null,
"daily_window_start_local": "09:00",
"daily_window_end_local": "20:00",
"max_concurrent": 10,
"min_interval_seconds": 10,
"amd_enabled": true,
"amd_options": {},
"voicemail_drop_enabled": false,
"voicemail_drop_media_uri": null,
"consent_enabled": false,
"consent_media_uri": null,
"consent_timeout_seconds": 5,
"settings": {},
"created_at": "2025-01-10T14:30:00",
"updated_at": "2025-01-20T11:15:00"
}
}