As well as our online BlueWave SMS tool, we also have a powerfull HTTP API for ultimate control and integration with your existing systems. This is possible with any hardware or software capable of making a standard HTTP request.
To get started with our API, you will need an online account. If you don't yet have one, a free trail is available here.
URL: http://api.bluewave.im
The following variables must be passed to our API in order to successfully send an SMS. The only optional variable is flash.
username - BlueWave account username
password - BlueWave account password
destination - The destination number for your SMS in international format without a leading 00 or + i.e. 447624100100
message - The actual content of your message upto a maximum of 460 charectors.
flash - Set to 1 for a flash SMS and 0 for a regular SMS. See FAQ's for more information.
Example:
http://api.bluewave.im/?username=stuartbaggs&destination=447624100100&message=Hi%20Peter&originator=Stuart
If there is a problem with the information passed to the API, an error will be generated and sent back via HTTP response. Please ensure you also have sufficent credit by checking the My
Account section of our website. |