Campaign Management
Duplicate Campaign
Creates a copy of an existing campaign including sequences, settings, and optionally sub-sequences and client labels.
POST
Documentation Index
Fetch the complete documentation index at: https://api.smartlead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Duplicates an existing campaign with all its configuration — sequences, variants, settings, schedule, email accounts, and LinkedIn cookies. Leads are not copied.
Overview
Creates a full copy of a campaign, preserving its sequences (with variants), schedule, settings, email account mappings, and LinkedIn cookie mappings. Useful for replicating a proven campaign setup without manually recreating it. What Gets Duplicated:- Campaign settings (tracking, sending limits, stop conditions, AI categorisation, etc.)
- All email sequences with variants and A/B test settings
- Schedule and timezone configuration
- Email account associations
- LinkedIn cookie mappings
- Optionally: sub-sequences and client label
- Leads — the new campaign starts empty
- Campaign analytics and statistics
- Webhook configurations
Path Parameters
ID of the campaign to duplicate
Query Parameters
Your SmartLead API key for authentication
Request Body
Whether to also duplicate sub-sequences (conditional follow-up sequences) attached to the campaign. Defaults to
false if not provided.Whether to retain the same client association on the duplicated campaign. Useful for agency accounts that want the copy assigned to the same client. Defaults to
false if not provided.Response
Always
true for successful duplicationUnique identifier for the newly created duplicate campaign
Response Codes
Campaign duplicated successfully
Invalid request parameters or malformed request body
Invalid or missing API key
Invalid campaign ID or the campaign does not belong to your account
