Asynchronous sending of messages
Example of a request for sending messages asynchronously.
Example of a request for sending messages asynchronously.
This API enables multi-channel message delivery with customizable channel selection and priority setting. Users specify their desired communication channels and the sequence in the pipeline parameter, including options like voice calls, Telegram, Viber, and SMS. Telegram can be used only for one-time password (OTP) delivery, while voice calls are recommended only for OTP. SMS and Viber are suitable for both OTP and transactional messages. Each channel’s parameters, such as message content, voice settings, or signature, can be customized to tailor the message for its purpose and recipients.
Example of request to send RCS message message with a text, image and a button which, when clicked, will lead to the specified link.
Example of request to send SMS message to the specified number.
SMS is sent synchronously via /api/json.php (immediate gateway response with msg_id per message).
Example of request to send SMS message to the specified number.
Example of request to send Viber message to the specified number.
Example of request to send Viber message with image 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.
Example of request to send a Viber message with a text and a button which, when clicked, will lead to the specified link.
Example of request to send a Viber message with a text, image and a button which, when clicked, will lead to the specified link.