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 separated 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. |
| countrycode | Country code of the destination country (without 0 or + sign) |
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=9822012345,9370119223&countrycode=91
Output
Message Submitted
Credits Consumed: 2
Balance Credits: 98
You can just open this URL in your own application to send SMS from within your application.
