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:


        getMessageTemplates
        "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!"

More information