URL : https://gw.aql.com/sms/gw-wap-si.php
Our gateway will only accept incomming HTTP POST connections, HTTP Get is unsupported.
When sending HTTP Post, please make sure that you URL encode the content. Not encoding the contents could mean you message is sent incorrectly or rejected by our system as invalid.
Variable |
Description |
| username | You need to pass your aql account username to this gateway. |
| password | You need to pass your aql account password to this gateway. |
| destination | The destination you want the message to goto. You can send to multiple numbers by seperating each number with a comma. (e.g. 441234567890,441234567891) |
| wapname | Provide a name for your wap push message. |
| wapurl | The url to the file you are wanting the end user to download. |
Optional Variable |
|
| originator | You can set the sender number or name that will appear on the handset. It can only be 16 numbers or 11 alphanumeric characters. (e.g. +447766404142 or aql) |
Error |
Description |
| GW-NO_AUTH_DETAILS | No username or password were provided |
| GW-AUTH_ERROR | The username and password you provided could not be validated |
| GW-NO_WAPNAME | You did not provide a Wap push Name |
| GW-NO_WAPURL | You did not provide a Wap push URL (of the .wml file) |
| GW-NO_CREDIT | Your account does not have sufficient credit |
| GW-NO_DESTINATION | You did not provide a destination number |
| GW-INVALID_DESTINATION | The destination number you provided was invalid |
| GW-OK:?? | The message was queued successfully, and ?? is the number of messages used, eg. 2 |
| GW-ERROR:?? | The message failed. ?? is the number of messages that failed, ie. 1 |
| GW-MSGERROR | There was an error encoding the push message. Please check the wap url / wap name |
| GW-ACC_UPGRADE_NEEDED | To use wap push, you account needs to be upgraded to the UK premium route |
| GW-QUEUE_ERROR | There was a queue error, please contact support with the details of the message you attempted to send |