UIS CoMagic
Get call statistics, initiate calls, and access recordings via UIS CoMagic
ui
UIS CoMagic is a leading Russian call tracking and analytics platform that unifies telephony and marketing analytics. It provides call tracking, virtual PBX, and call center capabilities with a comprehensive API.
With the UIS CoMagic integration in AACFlow, you can:
- Get call statistics: Retrieve call analytics and performance metrics
- Make call: Initiate outbound calls through the UIS platform
- Get recording: Access recordings of completed calls
This integration enables automated call analytics and telephony workflow automation.
Usage Instructions
Integrate UIS CoMagic into the workflow. Requires a UIS CoMagic API key from your account settings at uis.ru.
Tools
uis_comagic_get_stats
Get call statistics
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | UIS 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 objects |
total | number | Total calls count |
uis_comagic_call_originate
Make an outbound call
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | UIS 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://uis.ru/support/api/
- AACFlow block source: apps/aacflow/blocks/blocks/uis_comagic.ts

