Zadarma
Make calls, check balance, and retrieve call history via Zadarma VoIP platform
za
Zadarma is an international VoIP and cloud PBX service popular in Russia and Eastern Europe. Its API supports outbound call initiation, balance checking, and call history retrieval.
With the Zadarma integration in AACFlow, you can:
- Get balance: Check the current account balance
- Make call: Initiate outbound calls from a registered extension
- List PBX calls: Retrieve call history with filtering options
This integration enables automated telephony workflows and balance monitoring for Zadarma accounts.
Usage Instructions
Integrate Zadarma into the workflow. Requires an API key and API secret from your Zadarma account at my.zadarma.com under Settings → API.
Tools
zadarma_get_balance
Check account balance
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Zadarma API key |
apiSecret | string | Yes | Zadarma API secret |
Output
| Parameter | Type | Description |
|---|---|---|
balance | number | Current balance amount |
currency | string | Balance currency |
zadarma_call_originate
Initiate an outbound call
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Zadarma API key |
apiSecret | string | Yes | Zadarma API secret |
from | string | Yes | Calling extension number |
to | string | Yes | Destination phone number |
Output
| Parameter | Type | Description |
|---|---|---|
callId | string | Initiated call ID |
success | boolean | Whether the call was initiated |
zadarma_list_calls
List PBX call history
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Zadarma API key |
apiSecret | string | Yes | Zadarma API secret |
dateFrom | string | No | Start date filter (YYYY-MM-DD) |
dateTo | string | No | End date filter (YYYY-MM-DD) |
limit | number | No | Maximum records to return |
Output
| Parameter | Type | Description |
|---|---|---|
calls | array | Array of call record objects |
Links
- Official API: https://zadarma.com/support/api/
- AACFlow block source: apps/aacflow/blocks/blocks/zadarma.ts

