How to query the message templates in Ozeki NG SMS Gateway
On this page you will find an example that
allows you to query the message templates in Ozeki NG SMS Gateway. In the
response you will find the message templates.
Provide this address into your browser
http://127.0.0.1:9501/api?action=getmessagetemplates&username=admin&password=abc123 |
Provide the follows:
"action": "getmessagetemplates"
"username": your username used to log into Ozeki NG SMS Gateway
"password": your password in Ozeki NG SMS Gateway
The response:
<Response>
<Action>getMessageTemplates</Action>
<Data>"This is a reminder message. Please attend the meeting tomorrow at 10.p.m."
"Thank you for reporting this information to us. Please make sure to send us any additional
details you know about. Feedback helps us improve service quality."
"SMS templates will speed up communication and improve communication quality. Use
them to increase effectiveness!"</Data>
</Response> |
Dig deeper!
People who read this also read...
Mark a single message by ID
Delete a single message by ID
Query the addressbook of a user
Query a single message by ID
Query message list of a message folder
Delete message list of a message folder
Delete message folder items permanently
Next page:
User handling
|