sm
SMSC.ru is a major Russian SMS gateway offering transactional messaging, bulk SMS, and delivery tracking. It supports multiple message types including SMS, Viber, and voice calls.
With the SMSC.ru integration in AACFlow, you can:
- Send SMS: Deliver messages to individual recipients
- Send bulk SMS: Dispatch messages to multiple numbers
- Get delivery status: Track the delivery status of sent messages
- Get balance: Check your account balance
- Get senders: List available sender alpha names
- Get tariffs: Retrieve current pricing tariffs
This integration enables automated SMS delivery and notification workflows using the SMSC.ru gateway.
Usage Instructions
Integrate SMSC.ru into the workflow. Requires your SMSC.ru login and password from your account at smsc.ru.
Tools
smsc_send
Send an SMS message
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
login | string | Yes | SMSC.ru login |
password | string | Yes | SMSC.ru password |
phones | string | Yes | Recipient phone number |
message | string | Yes | SMS message text |
sender | string | No | Sender alpha name |
Output
| Parameter | Type | Description |
|---|---|---|
messageId | string | Sent message ID |
count | number | Messages sent |
cost | number | Cost of the SMS |
success | boolean | Whether the SMS was sent |
smsc_status
Get delivery status
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
login | string | Yes | SMSC.ru login |
password | string | Yes | SMSC.ru password |
phones | string | Yes | Recipient phone number |
messageId | string | Yes | Message ID to check |
Output
| Parameter | Type | Description |
|---|---|---|
status | number | Delivery status code |
balance | number | Account balance |
Links
- Official API: https://smsc.ru/api/
- AACFlow block source: apps/aacflow/blocks/blocks/smsc.ts

