Skip to main content
WEBHOOK
Use this event to track whether telli is still trying to reach a contact. It is the supported replacement for contact_status_changed.

Exit reasons

auto_dialer.reason is present only when auto_dialer.status is not_in_dialer: last_call_was_connected and call_transferred are success cases; the rest mean telli stopped without reaching the contact. See Auto dialer for how dialing plans decide when to stop.

Body

application/json
event
string
required

Always auto_dialer_status_changed.

Allowed value: "auto_dialer_status_changed"
contact
object
required
auto_dialer
object
required

Whether the contact is now in the auto dialer, and — when they exited — why.

Response

2XX

Acknowledged. Return any 2xx within 15 seconds or the message is retried.