CloneCampaign.wr
04-24-2017
This method is used to create a new campaign with the same properties of a pre-existing campaign.
Parameters
- Number : name - The new name of this cloned campaign
- Number : callsetid - This is the callset ID of the campaign to clone. Omit if cloning an inbound only poll.
- Number : pollid - This is the callset ID of the campaign to clone. Omit if cloning a non-polling campaign.
- Number : inbound - INBOUNDONLY, OUTBOUNDONLY or BOTH. Omit if cloning a non-polling campaign.
- Number : clientid - Optional. Determines the client ID of the account to clone to.
Useage
Example Request
POST /cloneCampaign.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded
sidtoken=000000000000000000000000000&callsetid=55881&name=MyClonedPoll
Example Response
{"callsetid":55882}