Calls by CRM entity
Returns call statistics for a lead, deal, contact, or company: count, total duration, last call date, and whether a recording exists.
Returns call statistics for a lead, deal, contact, or company: count, total duration, last call date, and whether a recording exists.
What input parameters does the robot accept?
| Parameter | Type | Required? | Default |
|---|---|---|---|
| Entity type | select | yes | LEAD |
| Entity ID | int | yes | |
| Period start date (optional, ISO 8601) | string | — |
What does the robot return?
| Parameter | Type |
|---|---|
| Number of calls | int |
| Total duration (seconds) | int |
| Last call date | string |
| Last call duration (seconds) | int |
| Last call ID | string |
| Has call recording (Y/N) | string |