How to query the addressbook in Ozeki NG SMS Gateway
On this page you will find an example on how you can query the addressbook of a given user in Ozeki NG SMS Gateway. In the response you will find all the contacts of that given user.
Enter this address into your browser:
http://127.0.0.1:9501/api?action=getaddressbook&username=admin&password=abc123 |
Provide the follows:
"action": "getaddressbook"
"username": your username used to log into Ozeki NG SMS Gateway
"password": your password in Ozeki NG SMS Gateway
The response:
<Response> <Action>getAddressbook</Action> <Data>"John Smith","+3613710150","My friend with interest in computers","Friends" "Anna Smith","+36204447778","The sister of John Smith","Friends" "Jack Nickols","+36307894561","Sales director","Friends, Employees" "Árvíztűrő Tükörfúrógép","+44777894187","Technical support specialis","Employees" "Kate Kuka","+36894612312","Secretary","Employees" "Bill","+3678941212",,"Family" "Jim","+36209999999",, "Ann Nikole Luis","+36207979979","The owner of an excellent restaurant","Friends" </Data> </Response> |
More information
- Operate with single SMS message
- How to query a message by its ID
- Mark a single message by ID
- How to delete a single message by its ID
- Query the addressbook of a user
- Query the message templates of a user
- Operations with message folders
- Query message list of a message folder
- Delete message list of a message folder
- Delete message folder items permanently
- Select Operator
- URL Encode
- FAQ of the Ozeki NG SMS Gateway