cURL
API reference
Update campaign settings
Updates retry settings for a draft campaign.
PUT
cURL
Authorizations
Your unique organization API key. Required on all requests.
Path Parameters
The UUID of the AI agent that owns the campaign.
The UUID of the campaign.
Body
application/json
Optional retry behavior for campaign calls. Retries are attempted when a call ends with one of the statuses listed in retry_on.
Example:
{
"max_retries": 2,
"retry_delay_minutes": 30,
"retry_on": ["UNANSWERED", "REJECTED", "VOICEMAIL"]
}