Receive Incoming Call
Description
Show a popup for incoming calls
HTTP Request
[GET] /api/v6.1/call_center/inbound
When there is an incoming call to the PBX with only one receiving extension (e.g., extension: 101)
GET {domain_crm}/api/callcenter/inbound?secret={secret}&phone=098xxxx&extension[]=101
When the call to the PBX is routed to a RingGroup (e.g., 100, 101,…)
GET {domain_crm}/api/callcenter/inbound?secret={secret}&phone=098xxxx&extension[]=100&extension[]=101
Params
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 | |
provider_code | PBX code (provided by Getfly) |
{
"message": "Connection successful"
}