Voximplant
Make calls, list call history, and access recordings via Voximplant cloud communications
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.
Usage Instructions
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
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Voximplant API key |
accountId | string | Yes | Voximplant account ID |
ruleName | string | Yes | Routing rule name |
from | string | Yes | Caller phone number |
to | string | Yes | Destination phone number |
Output
| Parameter | Type | Description |
|---|---|---|
callId | string | Initiated call ID |
success | boolean | Whether the call was initiated |
voximplant_list_calls
List call history
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Voximplant API key |
accountId | string | Yes | Voximplant account ID |
dateFrom | string | No | Start date filter |
dateTo | string | No | End date filter |
limit | number | No | Maximum records to return |
Output
| Parameter | Type | Description |
|---|---|---|
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

