Receive incoming calls
Show a popup for incoming calls
HTTP Request
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 Ring Group (e.g., 100, 101,…)
GET {domain_crm}/api/callcenter/inbound?secret={secret}&phone=098xxxx&extension[]=100&extension[]=101
Query Parameters
Parameter | 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 phone number | |
extension[] | Employee extension numbers that are ringing (Array format) |