Skip to main content

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

ParameterDefaultDescription
domain_crmThe domain of the customer using Getfly CRM (provided by Getfly)
secretAuthentication code to connect to Getfly CRM (provided by Getfly)
phoneIncoming phone number
extension[]Employee extension numbers that are ringing (Array format)