Click to Call API
This API is designed o integrate the "Click to Call" feature into their applications, where users can make an outgoing call without visiting Alohaa portal.
Endpoint Description
POST
https://outgoing-call.alohaa.ai/v1/external/click-2-call
Parameters
Request Headers
Content-type
application/json
Specifies the content type of the request
Yes
x-metro-api-key
*************************
Your API key for authentication purposes.
Yes
Request Body
caller_number
String
Phone number of the caller registered as an agent.
Yes
receiver_number
String
Phone number of the call recipient.
Yes
did_number
String
Direct inward dialing number to use, prefixed with country code "91".
Yes
is_agent_required
Boolean
Specifies whether the caller_number
must be registered as an agent on Alohaa. If true
, the caller must be an agent; if false
, the caller does not need to be registered as an agent.
No
webhook_details
String
Webhook configuration to receive details for the Click-to-Call API trigger. If a webhook is configured, url
and request_type
( are mandatory, while api_key
and api_value
are optional.
No
Sample Request
Responses
Success Response
Failure Response
Error Codes
1041
CRM is not integrated
1042
Organisation is not linked with CRM
1043
Outgoing calls are not allowed for this organisation
Last updated