Incoming Call Webhook
Incoming call webhooks are automated notifications sent from Alohaa to your specified server or endpoint whenever an incoming call event occurs.
Webhook Types
Dial on Agent: This webhook is triggered when a call is initiated.
Call Completion: This webhook is triggered when a call is completed.
Payload Fields Description
organisation_id
A unique identifier for the organisation within the Alohaa system.
call_type
Specifies the type of call, in this case "incoming".
caller_number
The phone number of the caller.
receiver_number
The phone number of the intended receiver within the organisation.
did_number
Direct Inward Dialing (DID) number associated with the call, which directly reaches a specific service.
received_at
The timestamp indicating when the call was received by the system.
ended_at
The timestamp indicating when the call was ended. Only present in the "Call Completion" payload.
call_id
A unique identifier assigned to the call session for tracking and reference.
call_status
The status of the call, such as "answered" or "notanswered". Only present in the "Call Completion" payload.
call_duration
The duration of the call in hours, minutes, and seconds format. Only present in the "Call Completion" payload.
call_recording_url
A URL to access the recording of the call, providing auditory records of the call.
agent_name
The name of the agent who handled or was assigned to the call.
dtmfcodes
The comma separated DTMF codes pressed by the caller.
dtmfcode
The latest DTMF code presses by the caller.
Last updated