Outgoing Call Webhook
Outgoing call webhooks are automated notifications sent from Alohaa to your specified server or endpoint after completion of an outgoing call event.
Payload
Here is an example payload that you would receive for a outgoing call event:
Payload Fields Description
organisation_id
Unique identifier for the organisation within the Alohaa system.
call_type
Specifies the type of call, here "outgoing", indicating that the call was made from the organisation.
caller_number
The phone number of the agent or system making the call.
receiver_number
The phone number of the call recipient.
did_number
Direct Inward Dialing number associated with the outgoing call.
received_at
Timestamp when the call was initiated.
ended_at
Timestamp when the call was completed.
call_id
Unique identifier for the call session.
call_status
Indicates whether the call was answered or not answered. (Possible values can be "answered" or "notanswered")
call_duration
Total duration of the call in seconds.
call_recording_url
URL to access the recording of the call.
agent_name
Name of the agent who made the call.
initiator_ring_duration
Duration (in seconds) that the call initiator's phone rang before the call was answered or timed out.
receiver_ring_duration
Duration (in seconds) that the receiver's phone rang before they answered or the call was missed.
total_ring_duration
Total ring duration (in seconds), combining both the initiator's and receiver's ring times before the call was connected or missed.
hangup_cause
The reason why the call ended (Possible values outlined below)
Hangup Cause:
No Answer (Not answered, Not hangup)
initiator_disconnected
receiver_disconnected
Disconnect
initiator_disconnected
receiver_disconnected
Switch Off
network_error
network_error
Wrong Number
network_error
network_error
Flight Mode
network_error
network_error
Busy
initiator_disconnected
receiver_disconnected
Block
initiator_disconnected
receiver_disconnected
Answer - Hangup
initiator_hangup
receiver_hangup
Last updated