vo
Voximplant — ведущий русский cloud communications platform used by thousands of businesses для voice calls, video, и messaging. Its Управлятьment API supports call initiation, call history retrieval, conference management, и recording access.
С помощью Voximplant интеграции в AACFlow можно:
- Start conference: Создать новый audio/video conference
- Make call: Initiate outbound calls via the Voximplant platform
- Список calls: Получить call history с фильтрация
- Получить recording: Access recordings of completed calls
Эта интеграция позволяет automated communications workflows и можетll data management.
Инструкции по использованию
Интегрируйте Voximplant в рабочий процесс. Требуется Voximplant API ключ и account ID from your dashboard at manage.voximplant.com.
Инструменты
voximplant_call_originate
Initiate an outbound call
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
apiKey | string | Да | Voximplant API key |
accountId | string | Да | Voximplant account ID |
ruleName | string | Да | Routing rule name |
from | string | Да | Caller phone number |
to | string | Да | Destination phone number |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
callId | string | Initiated call ID |
success | boolean | Произошла ли call was initiated |
voximplant_list_calls
Список call history
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
apiKey | string | Да | Voximplant API key |
accountId | string | Да | Voximplant account ID |
dateFrom | string | Нет | Start date filter |
dateTo | string | Нет | End date filter |
limit | number | Нет | Maximum records to return |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
calls | array | Массив call record objects |
totalCount | number | Total calls count |
Ссылки
- Official API: https://voximplant.com/docs/references/httpapi/managing_calls
- AACFlow block source: apps/aacflow/blocks/blocks/voximplant.ts

