Tired of pouring thousands into social media ads and email blasts that fall flat?
Discover the power of Bulk SMS.
Harness the world’s most widely used messaging platform, reach billions of users via sms.
Experience up to 10x the results of traditional marketing channels, for
as low as 13 paise per sms.
No setup costs, no recurring charges, pay as you go.
Our comprehensive solution offering unmatched value at a fraction of the market price.
14+ years of sms expertise
We understand the importance of reliable and effective communication for your business. Our Bulk SMS services in India are designed to help you reach your audience instantly, ensuring your messages are delivered on time, every time.
DLT compliance made easy
Do you find the DLT process too complicated?
Our experts can guide you through entire DLT approval process.
As per TRAI, everyone who wishes to send bulk sms should be registered on DLT platform. Sender IDs and SMS templates needs to be approved on DLT platform. We can help you to get registered & approved on DLT platforms.
Cultivate Relationships with Customers and Leads
SMS has an incredible 98% average open rate, while emails have an average open rate of just 20%!!
Easy Developer APIs
<?php
$senderId = "tester";
$flow_id = 4;
$recipients = array(
array(
"mobiles" => "919XXXXXXXXX",
"VAR1" => "VALUE 1",
"VAR2" => "VALUE 2"
),
array(
"mobiles" => "9189XXXXXXXX",
"VAR1" => "VALUE 1",
"VAR2" => "VALUE 2"
)
);
//Prepare you post parameters
$postData = array(
"sender" => $senderId,
"flow_id" => $flow_id,
"recipients" => $recipients
);
$postDataJson = json_encode($postData);
$url="http://smsapi.bitss.tech/api/v5/flow/";
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "$url",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => $postDataJson,
CURLOPT_HTTPHEADER => array(
"authkey: your_auth_key",
"content-type: application/json"
),
));
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}
<?php
$url="http://smsapi.bitss.tech/api/otp.php";
$postData = array(
'authkey' => "YourAuthKey",
'mobile' => "99xxxxxxxx",
'message' => urlencode("Test message"),
'sender' => "YourSender",
'otp' => 'YourOTP'
);
$paramArr['url'] = $url;
$paramArr['postData'] = $postData;
sendRequest($paramArr);
// For Verify otp
$url="http://smsapi.bitss.tech/api/verifyRequestOTP.php";
$postData = array(
'authkey' => "YourAuthKey",
'mobile' => "99xxxxxxxx",
'otp' => 'YourOTP'
);
$paramArr['url'] = $url;
$paramArr['postData'] = $postData;
sendRequest($paramArr);
// For Retry otp
$url="http://smsapi.bitss.tech/api/retryotp.php";
$postData = array(
'authkey' => "YourAuthKey",
'mobile' => "99xxxxxxxx",
'retrytype' => 'text/voice'
);
$paramArr['url'] = $url;
$paramArr['postData'] = $postData;
sendRequest($paramArr);
function sendRequest($param){
$url = $param['url'];
$postData = $param['postData'];
$ch = curl_init();
curl_setopt_array($ch, array(
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => $postData
//,CURLOPT_FOLLOWLOCATION => true
));
//Ignore SSL certificate verification
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
//get response
$output = curl_exec($ch);
//Print error if any
if(curl_errno($ch))
{
return curl_error($ch);
}
curl_close($ch);
return $output;
}
SMS Pricing
We offer transactional only sms, suitable for sending Service Implicit, Service Explicit or OTP SMS.
Delivered to DND as well as Non DND numbers.
100% Delivery Route | No SMS Cutting | 100% Genuine Reports
We offer most competitive rates on high volumes, click here to get custom pricing.
Customer Say
What they say about us?
After cycling through multiple Bulk SMS companies and seeing no results, I finally came across Serious Marketing by Bitss Techniques. Choosing to work with this company is hands down one of the best business investment decisions I have ever made.
Mr. Abhishek
bhilwara technical institute