Submit request of delivering SMS campaign that previously was saved as a draft. SMS campaign is sent immediately. SMS campaign ID number is passed as a parameter.
smsCampaignSendNow(string $cid) : boolean
smsCampaignSendNow($cid); header("Content-Type: text/plain"); if ($api->errorCode) { echo "Unable to load smsCampaignSendNow()!\n"; echo "\tCode=" . $api->errorCode . "\n"; echo "\tMsg=" . $api->errorMessage . "\n"; } else { echo "SMS Campaign Sent!\n"; }