Existing SMS campaign is replicated and the ID of the new SMS campaign is returned.
smsCampaignReplicate(string $cid) : string
smsCampaignReplicate($cid); header("Content-Type: text/plain"); if ($api->errorCode){ echo "Unable to load smsCampaignReplicate()!\n"; echo "\tCode=".$api->errorCode."\n"; echo "\tMsg=".$api->errorMessage."\n"; } else { echo "New SMS Campaign Id = ".$retval."\n"; }