How to mark a single message by its ID
This example demonstrates how you can mark a single message by its ID in Ozeki NG SMS Gateway. In practice it means that the software marks the message that has already been listed. In this way you can ensure that the same message will not be listed again.
Type this address into your browser:
http://127.0.0.1:9501/api?action=markmessagebyid&username=admin&password=abc123&msgID=93e36b10-1fce-4648-a059-dbf67ddb66a6 |
Provide the follows:
"action": "markmessagebyid"
"username": your username used to log into Ozeki NG SMS Gateway
"password": your password in Ozeki NG SMS Gateway
"msgID": is the GUID of the message
The response:
Message ID "93e36b10-1fce-4648-a059-dbf67ddb66a6" marked! |
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