vo
Voximplant is a leading Russian cloud communications platform used by thousands of businesses for voice calls, video, and messaging. Its Management API supports call initiation, call history retrieval, conference management, and recording access.
With the Voximplant integration in AACFlow, you can:
- Start conference: Create a new audio/video conference
- Make call: Initiate outbound calls via the Voximplant platform
- List calls: Retrieve call history with filtering
- Get recording: Access recordings of completed calls
This integration enables automated communications workflows and call data management.
Nutzungsanleitung
Integrate Voximplant into the workflow. Requires a Voximplant API key and account ID from your dashboard at manage.voximplant.com.
Tools
voximplant_call_originate
Initiate an outbound call
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Voximplant API key |
accountId | string | Ja | Voximplant account ID |
ruleName | string | Ja | Routing rule name |
from | string | Ja | Caller phone number |
to | string | Ja | Destination phone number |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
callId | string | Initiated call ID |
success | boolean | Whether the call was initiated |
voximplant_list_calls
List call history
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Voximplant API key |
accountId | string | Ja | Voximplant account ID |
dateFrom | string | Nein | Start date filter |
dateTo | string | Nein | End date filter |
limit | number | Nein | Maximum records to return |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
calls | array | Array of call record objects |
totalCount | number | Total calls count |
Links
- Official API: https://voximplant.com/docs/references/httpapi/managing_calls
- AACFlow block source: apps/aacflow/blocks/blocks/voximplant.ts

