Skip to main content

Click to call via URL

Make an outgoing call

HTTP Request

GET {ip_pbx}/click2call.php?secret={secret}&extension={extension}&phone={phone}

Query Parameters

ParameterDefaultDescription
ip_pbxDomain of the PBX
secretAuthentication key for the connection between the PBX & Getfly CRM (secret provided by the PBX)
extensionThe extension number that will make the outgoing call
phoneThe phone number to call

Response

  • Success
{
"code": 200,
"message": "OK"
}
  • Failure
{
"code": 400,
"message": "Error description"
}