Protocol for API tasks
Send Message
Send message to a single or multiple mobile numbers, @username or #groupcode
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
return codes |
Parameter to
can be international formatted mobile number, #groupcode or @username, or a mix of them. Separate by commas for multiple values. Numbers starting without country code will be replaced by default country code in your user preferences account.
Outgoing SMS and delivery status
List outgoing SMS and delivery status.
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
data or return codes |
Parameter c
will retrieve as many as c
value, last
retrieves data from last SMS log ID.
Inbox
List SMS on user's inbox.
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
data or return codes |
Parameter c
will retrieve as many as c
value, last
retrieves data from last SMS log ID.
User Credit
Get user's credit information.
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
user's credit or return codes |
Get Token
Get user's webservices token. This can be used as a login mechanism.
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
webservices token or return codes |
Set Token
Set user's webservices token. This can be used as a change password mechanism.
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
new webservices token or return codes |
Get Contact List
Get contact list by name, mobile or email.
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
list of contacts similar or the same as |
Get Group Contact List
Get group contact list by name or code
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
list of contact groups similar or the same as |
Query
Query server for useful information such as user's data, user's credit, last smslog_id for inbox, incoming and outgoing SMS
Parameters |
Name or description |
Operation |
|
Mandatory |
|
Optional |
|
Returns |
server's information |
No Comments