CloneCampaign
Clones an existing campaign and returns the new campaign record with a unique identifier and name.
Input
| Name | Type | Required | Description |
| CampaignId | String | False | The unique identifier of the campaign to clone. This input specifies which existing campaign is duplicated. |
| NewName | String | False | The name to assign to the newly cloned campaign. This value helps distinguish the cloned campaign from the original. |
Result Set Columns
| Name | Type | Description |
| Id | String | The unique identifier of the newly created campaign returned after the cloning process completes. |
| Name | String | The display name of the newly cloned campaign returned by the procedure. |