Docs

Send a Viber Verification Message (OTP)

Sends a Viber verification message (OTP) with Routee.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

Unique identifier of the Viber sender (from your sender configuration). Used for routing and tracking

array of string

Recipient phone number in **E.164** format (e.g. `+306912345678`). Must include `+` and country code

number

Time-to-live in **seconds** for the OTP delivery attempt

string

Your own sequence or correlation ID for this request (e.g. for linking request and response or callbacks)

string

Message label. Allowed values: `transactional`, `promotional`

string

OTP message type. Allowed values: `PRIMARY_ONLY`, `ALL_DEVICE`

string

ID of the OTP template to use. See [Templates inventory](https://docs.routee.net/docs/templates-inventory)

object

Key-value map of template variables. Keys in **camelCase** (e.g. `pin`, `businessPlatformName`, `codeValidityTime`). See [Template variables validation](https://docs.routee.net/docs/template-variables-validations)

string

Language of the template (ISO 639-1, e.g. `en`, `el`). See [Localization](https://docs.routee.net/docs/localization)

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.