Enables agents to initiate a call from a third-party application, such as a CRM, via the API. Agents are identified by their extensions in the agent parameter. The number parameter specifies the destination numbers.
POST /api/v1/{api_key}/click2call
All parameters are valid and the API call is successful.
application/json
Object
{
"call_id": "24f6a191-f0ad-4257-x934-32xx26x51208"
}
Was this page helpful?
curl -X POST -G \
--url 'https://{cluster_id}.voiso.com/api/v1/%7Bcontact_center_api_key%7D/click2call' \
-d 'agent=347' \
-d 'number=16461572020' \
-d 'account_id=12345678' \
-d 'crm=my_crm'