Receive Call Log
Description
Receive call logs from the PBX to Getfly CRM
HTTP Request
[POST] {domain_crm}/api/v6.1/call_center/cdr
Body
Parameters | Default | Description |
---|---|---|
domain_crm | The domain of the customer using Getfly CRM (provided by Getfly) | |
secret | Authentication code to connect to Getfly CRM (provided by Getfly) | |
phone | Incoming (outgoing) phone number | |
extension | Extension number receiving the incoming (outgoing) call | |
uuid | Used to uniquely identify the call | |
type | Type of call (incoming/outgoing), data is inbound/outbound | |
time | Call start time in (Y-m-d H:i:s) format | |
duration | Call duration in seconds | |
provider_code | PBX code (provided by Getfly) |
{
"phone": "0987654321",
"extension": 101,
"uuid": "34c7a9b9-d207-4200-9ebe-xxxxxxx",
"type": "inbound",
"time": "2020-08-17 08:08:10",
"duration": "18",
"status": "answered",
"recording": "https://pbx.call/app/report/download.php?id=34c7a9b9-xxxx&t=record",
"secret": "{secret}"
}