Skip to main content
Ello.AI’s event-based webhook system allows you to subscribe to specific events for your AI agents and receive real-time callbacks when those events occur. This eliminates the need to continuously poll our API for updates.

Overview

Webhooks enable real-time notifications for important events in your Ello.AI workspace. When an event occurs (like a call starting or campaign ending), we send an HTTP POST request to your configured endpoint with the event details. Key Features:
  • Real-time delivery of webhooks
  • Automatic retry with exponential backoff
  • Support for custom headers and authentication
  • Idempotent event delivery (using event_id)
  • Multiple webhook endpoints per agent

Documentation Sections

Browse the sections below to get started with webhooks: