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

9da73dd2f99e

campaigns

Update maximum retry attempts

Updates the maximum number of call retry attempts for a campaign and resets all contacts' retry counters to reflect the new limit. When a contact's call is not answered or fails, the system will retry up to newMaxRetry times before marking the contact as exhausted. The new value is provided in the URL path.

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

patch/campaigns/call/{campaignscalllistuuid}/maxretry/{newMaxRetry}

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.

newMaxRetrystring required

The new number of max retry attempts (maxRetry) of the campaign calllist

Response

Successful operation