de
Devino Telecom is a Russian communication service provider offering SMS, voice, and email messaging APIs for businesses. It supports transactional SMS, bulk campaigns, and delivery tracking.
With the Devino Telecom integration in AACFlow, you can:
- Send SMS: Deliver transactional messages to individual recipients
- Send bulk SMS: Dispatch messages to multiple recipients simultaneously
- Get delivery status: Track the status of sent messages
- Get balance: Check the current account balance
This integration enables automated SMS notifications and bulk messaging campaigns via Devino Telecom.
Nutzungsanleitung
Integrate Devino Telecom into the workflow. Requires an API token from your Devino Telecom account at lk.devino.online.
Tools
devino_send_sms
Send an SMS message
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
token | string | Ja | Devino Telecom API token |
phone | string | Ja | Recipient phone number |
text | string | Ja | SMS message text |
sender | string | Nein | Sender alpha name |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
messageId | string | Sent message ID |
success | boolean | Whether the SMS was sent |
devino_send_bulk
Send bulk SMS messages
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
token | string | Ja | Devino Telecom API token |
phones | string | Ja | Comma-separated recipient phone numbers |
text | string | Ja | SMS message text |
sender | string | Nein | Sender alpha name |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
results | array | Array of send results per recipient |
success | boolean | Whether the bulk send succeeded |
devino_get_balance
Get account balance
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
token | string | Ja | Devino Telecom API token |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
balance | number | Current account balance |
Links
- Official API: https://devinotele.com/api/
- AACFlow block source: apps/aacflow/blocks/blocks/devino.ts

