Skip to main content
Webhooks send real-time event data from telli to your systems. Go to Settings > Developer, click Configure under Webhook configuration, then add an endpoint and select the events it should receive. For endpoint setup, signature verification, and retry behavior, see Receive call data.

Events

Call ended

The call_ended event is sent when a call ends. It includes the call status, transcript, analysis, outcome, collected data, and the associated contact.
See Receive call data for more information about call statuses, analysis, outcomes, and collected data.

Auto dialer status changed

The auto_dialer_status_changed event is sent when a contact enters or exits the auto dialer. The auto_dialer_status field is one of:
  • in_dialer: The contact entered the auto dialer
  • not_in_dialer: The contact exited the auto dialer
When a contact exits the auto dialer, auto_dialer_exit_reason describes why. It is null when no exit reason applies.

Contact status changed

This webhook is deprecated and will be removed on July 1st, 2027.
The contact_status_changed event is sent when a contact’s status changes. It includes the new status, when it changed, and the associated contact data. Contact status can be new, pending, closed, or reached.
See Receive call data for more information about contact statuses.