campaign/copy_by_id
Tool: create
Create a copy of a campaign including settings, sequences, and followups.
The copy response already reflects the NEW campaign's real state (
prospectCount/activeProspectCountare 0) — settings, sequences, and followups are copied, but enrolment is NOT: re-enrol prospects explicitly viaprospect/post_bulkwithcampaignId.
Arguments
| name | type | req | notes |
|---|---|---|---|
| id | integer | ✓ | Source campaign ID — the object's campaignId |
| newCampaignName | string | – | Name for the new campaign |
Response
201 — New campaign object (0 prospects — see caveat above); see schemas/campaign. Deltas: none.
Errors: 400, 401, 404, 406, 409, 415, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call create with name: "campaign/copy_by_id".