API DOCS & PLUGINS

HTTP API | XML API | WEB PLUGINS

The HTTP API is a simple and powerful SMS API to send your SMS messages. It allows you to send all kind of message types, including ordinary text, binary and MMS messages.It has a few extra features with powerful sending infrastructure to send SMS. Easy API integration and a simple, HTTP /XML API enables your APP with SMS whether you are sending transactional or bulk SMS. XML API is important because it is not possible for a URL to take too much data in get method and have to use post method.

sms-icon
BULK SMS API
HTTP API
URL Parameter
https://manage.maduraimart.in/index.php/smsapi/
httpapi/?uname=username&
password=password&sender= senderid&receiver=mobno&route=route
&msgtype=messagetype&sms=
test message
Api Description
uname : Username of your account
password : Password of your account
sender : Sender id ( Origin )
receiver : Destination numbers ( Comma separated ) eg : 99XXXXXXXX,98XXXXXXXX
route : Route you want to send SMS ( Promotional API - PA , Transaction API - TA , Promotional Senderid API - PSA )
msgtype : Message type ( Text - 1 , Flash - 2 , Unicode - 3)
sms : SMS Content ( Url encoded )
Bulk SMS API
URL Parameter
https://manage.maduraimart.in/index.php/
Bulksmsapi/httpapi
Api Description
uname : Username of your account
password : Password of your account
sender : Sender id ( Origin )
receiver : Destination numbers ( Comma separated ) eg : 99XXXXXXXX,98XXXXXXXX
route : Route you want to send SMS ( Promotional API - PA , Transaction API - TA , Promotional Senderid API - PSA )
msgtype : Message type ( Text - 1 , Flash - 2 , Unicode - 3)
sms : SMS Content ( Url encoded )
PHP code to Send Request
$param['uname'] = Username of your account;
$param['password'] = Password of your account;
$param['sender'] = Sender id;
$param['receiver'] = Destination numbers (Comma separated) eg : 99XXXXXXXX,98XXXXXXXX;
$param['route'] = Route you want to send SMS ( Promotional API - PA , Transaction API - TA , Promotional Senderid API - PSA );
$param['msgtype'] = Message type (Text - 1 , Flash - 2 , Unicode - 3);
$param['sms'] = SMS Content (Url encoded);
$parameters = http_build_query($param);
$url="https://manage.maduraimart.in/index.php/
Bulksmsapi/httpapi";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch,CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/x-www-form-urlencoded'));
curl_setopt($ch, CURLOPT_POSTFIELDS,$parameters);
$result = curl_exec($ch);
XML API
URL Parameter
https://manage.maduraimart.in/index.php/xmlapi/ smsapi/?uname=username&password= password&sender=senderid&route=route
&msgtype=messagetype&xmlfile=https://xxx.
com/File_Name.xml
Api Description
uname : Username of your account
password : Password of your account
sender : Sender id ( Origin )
route : Route you want to send SMS ( Promotional API - PA , Transaction API - TA , Promotional Senderid API - PSA )
msgtype : Message type ( Text - 1 , Flash - 2 , Unicode - 3)
xmlfile : XML File Path (Including http or https)
XML FILE FORMAT
<xml> <Data> <Destination>Mobile No 1</Destination> <Message>Message 1</Message> </Data> <Data> <Destination>Mobile No 2</Destination> <Message>Message 2</Message> </Data> </xml>
Credits API
URL Parameter
https://manage.maduraimart.in/index.php/creditsapi/
credits/?username=username&password=password
Api Description
username : Username of your account
password : Password of your account
Delivery API
URL Parameter
https://manage.maduraimart.in/index.php/deliveryapi/
smsdelivery/?username=username&password=password&smsid=
smsid
Api Description
smsid : ID of the Message
Username : Username of your account
Password : Password of your account
opencart
OPEN CART PLUGIN
Coming soon..
text
whmcs
WHMCS PLUGIN
Coming soon..
text
mcall
MISSED CALL API
Coming soon..
text
st-icon
SHORT CODE API
Coming soon..
text
mg
EXCEL / GOOGLE SHEET PLUGIN
Coming soon..
text
magento
Magento
Coming soon..
text
bulk-sms-icon
BULK EMAIL API
Coming soon..
text
paypall
our-brand