Update an existing campaign.
Update an existing campaign’s configuration. Only campaigns inDocumentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
draft or paused status can be updated.
campaign_id (integer, required): The unique identifier of the campaign| Field | Type | Description |
|---|---|---|
name | string | Campaign name (1-200 characters) |
description | string | Campaign description |
welcome_message_template | string | Template for welcome message |
agenda_template | string | Template for call agenda |
end_call_message_template | string | Template for end call message |
sms_message_template | string | Template for SMS content |
fallback_values | object | Fallback values for missing variables |
max_attempts | integer | Max retry attempts |
retry_delay_minutes | integer | Delay between retries |
| Status Code | Description |
|---|---|
| 400 | Cannot update running or completed campaigns |
| 404 | Campaign not found |
| 401 | Unauthorized - invalid or missing API key |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for updating a campaign.
Successful Response