post https://api-account-uk.acefone.com/v1/click_to_call
This API allows you to use click to call.
Our Click-to-Call (C2C) APIs work asynchronously, returning an immediate confirmation like "Call originated successfully" upon initiation.
To track the call lifecycle—such as when the agent answers or the call ends—use webhooks that send real-time event updates to your configured endpoint.
For more details, please visit:
Click to call API lets you dial a customer number by just clicking on the number, without the need of manually dialing it.
The API assists the agents or the users to make calls by entering the number they want to dial and thereafter, choosing the DID number from which they want to make the call. Click to Call is an advanced telephony solution feature which offers various advantages such as:
- Hassle-free way to communicate quickly as the caller need not worry about dialing the number in the event of an emergency.
- Connects customers to your business and get a company representative on the line with a single click.
- Adds to agents’ productivity by saving their time to dial out customer numbers. This cuts manual tasks for Agents and leads to a dramatic improvement in agent productivity.
Sample Request
curl --request POST \
--url https://api-account-uk.acefone.com/v1/click_to_call \
--header 'accept: application/json' \
--header 'content-type: application/json'
📘 Important!
Before we begin, note that the * sign denotes the mandatory variables in each table.
Request Variables (Body Params)
The following parameter is required to retrieve the call detail records.
Variable Name | Description | Data Type |
---|---|---|
agent_number* | ID of the Acefone agent who will receive the call. | String |
destination_number* | Number of the client that needs to be called. | String |
caller_id | Caller ID that is shown to the called party. | String |
async | Make multiple calls simultaneously, i.e don't wait for agent to pick up the call before sending back the response. 1: asynchronous request, | String |
call_timeout | With the help of this request variable you can limit the time of the call. Call will auto disconnect after provided seconds have been reached in call duration. | Integer |
custom_identifier | Custom parameter that can be send while making a Click To Call request. This parameter will be returned in webhook. Note: This is a sample custom identifier, you can send your own custom parameters while making a request to Acefone. | String |
Response Variables
The response returned is as following:
Variable Name | Description | Data Type |
---|---|---|
Success | The request success status, the possible values are: True (default) for success. False for failure. | Boolean |
Message | The message corresponding to the success status. For example, in 400 Response where the "success" variable pops as True, the message displayed is shown here. | String |