Clone campaign (Create)

Duplicate an existing campaign, including its settings, into a new campaign.

When to use. Create a new campaign that starts from a copy of an existing one, instead of configuring every setting by hand.

Request body. campaign_id (required): the id of the campaign to copy. default_caller_id (optional): the caller ID to set on the new campaign.

Returns. { "campaigns": [ <campaign> ] } for the newly created campaign, with status 201. Returns 404 if the source campaign does not exist.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

ID of the campaign to clone.

integer

Default caller ID for the cloned campaign (optional).

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json