Get Extension Number
Returns the extension number of the person in charge of the customer from the incoming call number. If no one is in charge of the customer or the customer does not exist, the extension number will return null.
HTTP Request
[GET] /api/v6/call_center/odd_number
Query Parameters
Parameters | Type | Description |
---|---|---|
caller_number | string | Phone number |
provider_code | string | PBX code (provided by Getfly) |
Example
HTTP Request
GET api/v6/call_center/odd_number?caller_number=0988888888&provider_code=CODE HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
Response
{
"odd_number": "291"
}