Create a Copy of a Campaign
Clones the specified campaign. Optionally clones it into a batch of other tenant accounts (for white-label / franchise setups) and/or assigns a custom name to each copy. Without a request body, the campaign is cloned within the current tenant using the source name.
The id of the campaign to clone.
{
"tenants": [204, 207],
"name": "Spring Sale 2025 — Franchise Copy"
}
Optional array of tenant ids (numbers) to clone the campaign into. When omitted, the campaign is cloned into the current tenant.
Optional name to assign to the cloned campaign(s). When omitted, the source campaign name is used.
{
"Status": true,
"Message": "",
"Response": {}
}