Automatic Voice Calls
Voice calls are a tool for mass calling subscribers to quickly deliver audio information.
Voice calls are a tool for mass calling subscribers to quickly deliver audio information.
Example of request to get the current balance status of the user's account in the personal cabinet.
An example request for creating a new template for sending SMS.
An example request for creating a new template for sending Viber.
Customer.io is a messaging automation platform. It has no built-in SMS
An example request for deleting template for sending SMS.
An example request for deleting template for sending Viber.
Example of a request to check the validity of a specified number. You can also get detailed information about the number, including identifying the mobile operator and whether the number is in roaming. The subscriber does not receive any notifications, as the request is directed to the telecom operator's equipment.
All requests to API are sent in JSON format using the POST method.
JSON API
An example request to get a list of senders for sending messages to a user.
An example request to get a list of templates for sending messages to a user.
An example request to get a list of VIBER templates for sending messages to a user.
Example of a request to get the status of a message.
| # | Status | Description |
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.
An example of a request to send a one-time password (OTP) via Telegram.
An example of a request to send a one-time password (OTP) via WhatsApp.
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 RCS message with text, image, button and resend the message by SMS in case of failure to deliver.
Example of request to send RCS message with text, image, button and resend the message by SMS and Viber in case of failure to deliver.
SMS is sent synchronously via /api/json.php (immediate gateway response with msg_id per message).
Example of request to send Viber message with image to the specified number.
Example of request to send Viber message with text to the specified number.
Example of request to send Viber message with text and carousel 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.
Example of request to send Viber message with text, image, button and resend the message by SMS in case of failure to deliver.
API for creating and verifying one-time passwords (OTP) via SMS, Email and other channels.
Example of request to receive Viber 2 Way message status. Viber 2 Way service is designed to get feedback on a message from a consumer.
Example of a request to voice a message via a call.
This user authorization mechanism (action confirmation) is the simplest for the subscriber and the cheapest and most flexible for the client.
The gateway sends a webhook to the address passed in the hook parameter of a send request. One webhook is sent per message, on every change of its status.