Asynchronous sending of messages
Example of a request for sending messages asynchronously.
Example of a request for sending messages asynchronously.
Example of request to get the current balance status of the user's account in the personal cabinet.
Example of a request to receive the cost of sending one part of SMS message to the specified number.
Example of request to delete SMS from the queue. A message can be deleted from the queue if the message has not yet been sent to the operator.
JSON API
Example of a request to get the status of a message.
These codes are used when returning message statuses
| Code | Error | Description |
Example of requesting the results of an asynchronous task.
Example of a request to send a scheduled message.
Example of a request to send a scheduled Viber message.
Example of request to send SMS message to the specified number.
Example of request to send Viber message with image to the specified number.
Example of request to send a Viber message with image and button which, when clicked, will lead to the specified link.
Example of request to send Viber message with text to the specified number.
Communication with the service is performed by sending XML requests in UTF-8 encoding to the specified address of the service via HTTP/HTTPS protocol using POST method, no content type check is performed.