HTTP Interface

WAP Push Message

You can send a WAP PUSH message using the HTTP/S interface. WAP PUSH messages can send multimedia content, such as an Image, Wallpaper, Ringtone or a link to WAP website.

The example below sends a link to an image:

https://www.intellisoftware.co.uk/smsgateway/sendmsg.aspx?username=MyUsername&password=MyPassword&to=44771012345,44771054321&type=4&text=The+message+text&href=http://www.intellisoftware.co.uk/images/IntelliSMS.gif

For secure SSL connection use https:

Parameters:

username= This is the username of your account
password= This is the password for your account
to= This is the destination phone number. A maximum of 100 numbers can be specified, separated by commas.
type= Message Type (4 = WAP PUSH)
text= Display Text for WAP PUSH message
href= URL link to resource ( should start with 'http://' or 'https://' )
from= (Optional) This is the source/sender's phone number

Responses:

ID:10011000000000000001 Message has been sent to the gateway. The unique message ID follows 'ID:'
ERR:LOGIN_INVALID Username or Password is invalid
ERR:INSUFFICIENT_CREDIT Insufficient credit balance to fulfil request
ERR:NO_XXXXXXXXXXX A mandatory parameter is missing
ERR:INVALID_NUMBER Unable to route to the destination phone number
ERR:INVALID_REQUEST The request was not valid. Check sizes of text and href parameters, see note below.
ERR:PARAMETER_MISSING The mandatory 'href' parameter is missing
ERR:GATEWAY_ERROR Unable to process request at this time
ERR:INTERNAL_ERROR Unable to process request at this time

Considerations:

Our gateway will only send one SMS message per submission. Therefore a WAP PUSH message is charged at 1 credit.

An INVALID_REQUEST will result if the submitted text and href parameters would require 2 SMS messages to be sent. As a guide, the href and text parameters combined should not exceed 114 characters (assuming href starts with 'http://www.' )

<< Back to HTTP Interface