How to plugin SMS to my Website?

 You can use our HTTP API to plugin sms to your website.


What is HTTP API?

HTTP Application Programming Interface is used to send sms from any application instantly connected to internet.

You can use ASP , ASP.NET , Scripting , PHP , JSP, Perl , Python and any scripting languages to send sms.


What are the parameters in HTTP API?

http://******.com/api/sendmsg.php?user=*******&pass=********&sender=Sender ID&phone=Mobile No&text=SMS&priority=Priority&stype=smstype

Parameters:

user – Your Username

pass – Your Password

sender – Approved Sender ID ( SMS Will not go if the sender id is not approved)

phone – Phone number to which the sms is to be sent (without 91)

priority – sdnd or ndnd

sdnd – With DND Filtering

ndnd – Without DND Filtering

stype - normal

API is case sensitive . Sender id and Route should match . Otherwise sms will not be delivered.