mt
MTS Exolve is the communications platform from MTS (Russia's largest mobile operator), offering SMS, voice, and messaging APIs for businesses. It provides high-throughput SMS delivery backed by MTS's mobile network infrastructure.
With the MTS Exolve integration in AACFlow, you can:
- Send SMS: Deliver text messages to any Russian phone number via MTS infrastructure
This integration enables reliable SMS notifications and alerts via Russia's largest mobile operator.
Usage Instructions
Integrate MTS Exolve into the workflow. Requires an MTS Exolve API token from your account at lk.exolve.ru.
Tools
mts_exolve_send_sms
Send an SMS message
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | MTS Exolve API token |
phone | string | Yes | Recipient phone number |
text | string | Yes | SMS message text |
sender | string | No | Sender alpha name |
Output
| Parameter | Type | Description |
|---|---|---|
messageId | string | Sent message ID |
success | boolean | Whether the SMS was sent |
error | string | Error message if failed |
Links
- Official API: https://exolve.ru/docs/
- AACFlow block source: apps/aacflow/blocks/blocks/mts_exolve.ts

