CoMagic
Get calls, initiate outbound calls, and access recordings via CoMagic call tracking
co
CoMagic is a Russian call tracking, analytics, and cloud telephony platform. It helps businesses track call sources, measure marketing ROI, and manage customer communications.
With the CoMagic integration in AACFlow, you can:
- Get calls: Retrieve call records and history
- Make call: Initiate outbound calls via CoMagic telephony
- Get recording: Access audio recordings of completed calls
This integration enables automated call data collection, analytics, and outbound calling workflows.
Usage Instructions
Integrate CoMagic into the workflow. Requires a CoMagic API key from your account at app.comagic.ru.
Tools
comagic_get_calls
Retrieve call history
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | CoMagic API key |
dateFrom | string | Yes | Start date (YYYY-MM-DD) |
dateTo | string | Yes | End date (YYYY-MM-DD) |
limit | number | No | Maximum records to return |
Output
| Parameter | Type | Description |
|---|---|---|
calls | array | Array of call record objects |
total | number | Total calls count |
comagic_call_originate
Initiate an outbound call
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | CoMagic API key |
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 |
Links
- Official API: https://www.comagic.ru/support/api/
- AACFlow block source: apps/aacflow/blocks/blocks/comagic.ts

