Listen to specific webhook events
call_ended
: Triggered when a call is completed and analyzedcontact_status_changed
: Triggered when a contact’s status changes/v1/get-contact/{contactId}
API endpoint).
Call Status
Call status can be one of the following:
COMPLETED
: A conversation occurred with the contactANSWERED
: A call occurred but another attempt will be made to reach the contactNOT_REACHED
: We weren’t able to reach the contactVOICEMAIL
: We got the voicemail of the contactERROR
: An error occurred in the callcall_outcome
: custom call analysis fields that you can configure in the telli app
call_analysis
: system-provided call analysis fields
Notice that the call_analysis
format is different from the call_outcome
format:
new
: Contact has not been called yetpending
: Contact is in dialer and we are trying to reach themclosed
: Dialer was exhausted and we are not trying to call them anymorereached
: Contact was reached and had a conversation. We are not trying to call them anymore