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.
Nutzungsanleitung
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
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | UIS CoMagic API key |
dateFrom | string | Ja | Start date (YYYY-MM-DD) |
dateTo | string | Ja | End date (YYYY-MM-DD) |
limit | number | Nein | Maximum records to return |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
calls | array | Array of call objects |
total | number | Total calls count |
uis_comagic_call_originate
Make an outbound call
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | UIS CoMagic API key |
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 |
Links
- Official API: https://uis.ru/support/api/
- AACFlow block source: apps/aacflow/blocks/blocks/uis_comagic.ts

