v2
latestOpenAPI 3.1.02026-07-273779120.8 KBCampaigns
Clone Campaign
Clone a campaign configuration.
Creates a new campaign with the same configuration as the source. Call records are copied in the background — use the include_outcomes, exclude_outcomes, include_status, and exclude_status body fields to control which calls are cloned. Returns immediately with the new campaign_id; call cloning continues asynchronously.
post/campaigns/v1/campaigns/{campaign_id}/clone
Path parameters
campaign_idstring required
Example:5eb7cf5a86d9755df3a6c593
Campaign configuration ID to clone
Request body
Response
Clone created — call records are cloned asynchronously in the background
Example response
{
"message": "Campaign cloned successfully."
}