v1
latestOpenAPI 3.0.12026-07-24116117186.3 KBMessages
Send Viber message
The method is used for sending a Viber message to a contact. A new contact is created if no contact with such phone number exists. Supports carousel messages with 2-5 items containing images and buttons.
post/api/v1/message/viber
Request body
Example request
{
"text": "Subscribe to our channel",
"ttlSeconds": 36000,
"action": "https://example.com/",
"iosExpirityText": "Message delivery success",
"groupId": 2345678,
"externalRequestId": "EXT-2023-ABC-12345",
"from": "John Smith"
}