ca
Calltouch is a leading Russian call tracking and end-to-end analytics platform. It tracks which marketing channels drive phone calls and helps businesses measure the ROI of offline conversions.
With the Calltouch integration in AACFlow, you can:
- Get Calls: Retrieve call records with source attribution and recording links
- Get Statistics: Fetch aggregated call statistics grouped by time period
This integration enables automated call analytics workflows, marketing attribution reporting, and integration of phone call data into broader analytics pipelines.
Usage Instructions
Integrate Calltouch into the workflow to access call data. Requires a Calltouch API token and site ID from your account at app.calltouch.ru under Settings → API.
Tools
calltouch_get_calls
Get call records
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
token | string | Yes | Calltouch API token |
siteId | string | Yes | Calltouch site ID |
dateFrom | string | No | Start date (YYYY-MM-DD) |
dateTo | string | No | End date (YYYY-MM-DD) |
Output
| Parameter | Type | Description |
|---|---|---|
calls | array | Array of call record objects |
total | number | Total calls count |
calltouch_get_stat
Get aggregated call statistics
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
token | string | Yes | Calltouch API token |
siteId | string | Yes | Calltouch site ID |
dateFrom | string | No | Start date (YYYY-MM-DD) |
dateTo | string | No | End date (YYYY-MM-DD) |
groupBy | string | No | Grouping: day, week, or month |
Output
| Parameter | Type | Description |
|---|---|---|
stats | array | Array of statistics objects by period |
Links
- Official API: https://api.calltouch.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/calltouch.ts

