Skip to main content

33 docs tagged with "JSON"

View all tags

Automatic Voice Calls

Voice calls are a tool for mass calling subscribers to quickly deliver audio information.

Balance check (JSON API)

Example of request to get the current balance status of the user's account in the personal cabinet.

Customer.io

Customer.io is a messaging automation platform. It has no built-in SMS

HLR (JSON API)

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.

List of senders

An example request to get a list of senders for sending messages to a user.

List of templates

An example request to get a list of templates for sending messages to a user.

Multi channel

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.

Send RCS message

Example of request to send RCS message message with a text, image and a button which, when clicked, will lead to the specified link.

Send RCS with resending by SMS

Example of request to send RCS message with text, image, button and resend the message by SMS in case of failure to deliver.

Send SMS (JSON API)

SMS is sent synchronously via /api/json.php (immediate gateway response with msg_id per message).

Verify (OTP check)

API for creating and verifying one-time passwords (OTP) via SMS, Email and other channels.

Viber 2 Way message status

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.

Voice Call

Example of a request to voice a message via a call.

Voice OTP

This user authorization mechanism (action confirmation) is the simplest for the subscriber and the cheapest and most flexible for the client.

Webhook

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.