1.8.4 SMS API
SMS API is part of the VSServices application.
The page SendSms.aspx from the VSServices is used to send messages (chats or SMS). The table below contains the list of supported parameters.
Parameter | Mandatory | Description |
to | ? | message destination number |
from | ? | sender phone number or name |
login | ? | client login, used for authentication |
pass | ? | client password (web access password or SIP password, depending on the global system settings) |
text | ? | message text |
forward |
| By default forward=0; the messages are routed according to the SMS routing plan. When the forward is set to 1, the API will first look for a client account with login matching the destination address, sent in to parameter. If there is no matching client in the system the messages is routed as an SMS using the SMS routing plan. |
client_type |
| when the client_type is specified the login and password for authentication are checked only for the accounts with the specified client type. If the client_type is not provided, the login and password are checked against all the client accounts regardless of the type. The client_type 0 is for the wholesale type, 32 for the retail type. |
db |
| reseller database name, used only with reseller multi-portal setup |
id_cc |
| optional, generated by system for SMS always ends with 99 |
Sample URL for sending text SMS message is:
One text message length limit is 160 characters. SMS API is able to accept longer messages but those are divided into 160 characters.
HTTP interface description for sending binary messages
A binary SMS message needs two additional fields:
udh | (User Data Header) should include a string of hexadecimal digits which form the binary user data header for the message |
data | should include a string of hexadecimal digits which form the binary data content for the message |
binary=1 | required to identify the message as binary |
When sending binary messages you have to provide the correct UDH parameter. Messages with the wrong UDH will be delivered but might not be read correctly by recipient. The client will be charged for those messages as for normal SMS and as such they will be shown in the CDR.
Sample URL for sending binary message:
HTTP interface description for VCard standard messages
special=vcard | Allows sending a VCard |
binary=1 | required to identify the message as binary |
vcard fieds | Description |
vname | VCard Name |
vmobile | VCard Mobile |
vphone | VCard Phone |
vemail | VCard Email |
vfax | VCardFax |
A sample URL for sending VCard:
API responses
The SMS API returns the status after sending a message. The response is in XML format.
|
Response codes
|