Skip to main content

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

ParametersDefaultDescription
domain_crmThe domain of the customer using Getfly CRM (provided by Getfly)
secretAuthentication code to connect to Getfly CRM (provided by Getfly)
phoneIncoming (outgoing) phone number
extensionExtension number receiving the incoming (outgoing) call
provider_codePBX code (provided by Getfly)
{
"message": "Connection successful"
}