Most Secured Communication ++

Bulk SMS for every Business

Send Time Critical OTPs, Automated Notifications and Promotion Campaigns using Single Platform

Platform Summarized

Lets TOP - Transactions, OTPs, Promotions

SMSing that Your Business Needs

Advanced Features

2-Way Messaging

Link Tracker

API Integrations

Campaign Scheduler

Bulk Contact Uploads

SMS from Excel

Templates

White Labelled Reseller Panel

SMS API

With our HTTP SMS API, it’s quick and easy. use our FREE ready-made SMS scripts and integrate bulk SMS messaging services into your applications, websites, software and back-office custom apps

API Sample Codes

<?php
//Edit below parameters with Your Details
$user=”XXXXXX”; //your account username
$password=”XXXXXX”; //your account password
$mobilenumbers=”919XXXXXXXXX”; //For multiple mobile numbers use comma as separator
$message = “test messgae”; //enter Your Message
$senderid=”DEMO”; //Your senderid
$messagetype=”N”; //Type Of Your Message
$url=”http://bulksms.w2wts.com/API_SendSMS.aspx”;
//domain name: Domain name Replace With Your Domain
$message = urlencode($message);
$ch = curl_init();
if (!$ch){die(“Couldn’t initialize a cURL handle”);}
$ret = curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt ($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt ($ch, CURLOPT_POSTFIELDS,
“User=$user&amp;passwd=$password&amp;mobilenumber=$mobilenumbers&amp;message=$message&amp;sid=$senderid&amp;mtype=$messagetype”);
$ret = curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

//If you are behind proxy then please uncomment below line and provide your proxy ip with port.
// $ret = curl_setopt($ch, CURLOPT_PROXY, “PROXY IP ADDRESS:PORT”);

&nbsp;

$curlresponse = curl_exec($ch); // execute
if(curl_errno($ch))
echo ‘curl error : ‘. curl_error($ch);

if (empty($ret)) {
// some kind of an error happened
die(curl_error($ch));
curl_close($ch); // close cURL handler
} else {
$info = curl_getinfo($ch);
curl_close($ch); // close cURL handler
//echo “&lt;br&gt;”;
echo $curlresponse; //echo “Message Sent Succesfully” ;

}
?>

Let's Checkout that Extra!!!

SMS - Must for Every Industry

case-9

Million visitor growth

Marketing, Sales, Web
W2WTS SMS in Health Industry

SMS in Health Industry

Appointment Confirmations, Doctors Schedule Updates, Lab Reports, New Service Promotion, OTP, Prescription Updates
W2WTS SMS for Real Estate

SMS for Real Estate

Event Invitations, Installment Reminders, Payment Updates, Project Launch Promotion, Project Updates, Sales
case-9

Million visitor growth

Marketing, Sales, Web
W2WTS SMS in Health Industry

SMS in Health Industry

Appointment Confirmations, Doctors Schedule Updates, Lab Reports, New Service Promotion, OTP, Prescription Updates
W2WTS SMS for Real Estate

SMS for Real Estate

Event Invitations, Installment Reminders, Payment Updates, Project Launch Promotion, Project Updates, Sales

Get Started With Our Business SMS Platform