InternetSMS
 
 
 
 
 
SMS InBox
Compose SMS
Upload SMS
Sent SMS Messages
SMS Templates
Add Template
View Templates
Contact Management
Add Group
View Groups
Add Contacts
View Contacts
Upload Contacts
SMS Credits
Buy Credits
Transactions
SMS Credit Records
Main Settings
Edit Profile
Change Password
Support/Help
FAQ
Online Support

HTTP API

Build your own SMS applications using our easy and robust API.

You may be running your own business application to cater your customer. Use the power of instant SMS communication to interact with your customers.

internetsms.net  can be integrated into your existing messaging system or application within minutes, allowing developers and integrators access to a secure, reliable, international, high capacity SMS messaging platform.

Developers can build and deploy mobile data applications through several APIs, using generic protocols (SMS integration through SMPP, HTTP, XML, etc).

The post either via GET or POST needs to be done on

http://internetsms.net/sendsms.asp

The variables to be used are:

 

user Your username on the website
password Your password on the website
sender Alphanumeric/Number SenderID from your approved list of SenderID's to be used for GSM Recipients
PhoneNumber Mobile number of the recipients. for multiple recipients enter numbers seperated by comma.
group
(optional)
The name of the group you wish to send message to.
Groups can be created and managed on the website.
text The text of the message.
Charged 1 unit for 160 characters per recipient.


A sample post to send sms would be like

Simple Text Messages

http://internetsms.net/sendsms.asp?user=username&password=mypassword&sender=Internet&text=This+is+a+sample+sms&PhoneNumber=2349822012345,919370119223

Output

Message Submitted
Credits Consumed: 2
Balance Credits: 98

We provide sample source codes in ASP / ASP.net / PHP / VB to submit messages using simple function calls. Please Contact Us to obtain the sample source code.

You can just open this URL in your own application to send SMS from within your application.