cURL
curl --request POST \ --url https://openapi.enginy.ai/v1/campaign/{campaignId}/clone \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "identityId": 123, "name": "<string>" } '
{ "status": "success", "message": "<string>", "data": { "id": 123, "name": "<string>", "status": "<string>" } }
Clone a campaign with a new identity, preserving workflow, messages, tasks, tags, and folder..
Required scope: CAMPAIGNS_WRITE Rate limit: 30 requests per minute
Required scope: CAMPAIGNS_WRITE
CAMPAIGNS_WRITE
Rate limit: 30 requests per minute
The campaign ID to clone
Identity ID for the cloned campaign
Optional name. Defaults to "Copy of {original}"
255
Campaign cloned successfully
success
Show child attributes