The Kaleyra Videos are event callbacks that can be listened to enable the monitoring and interception of specific events happening on Kaleyra through a backend service. When a callback is specified, Kalleyra makes an HTTP request to the designated webhook URL. This request contains various relevant data that can be used, for example, to collect statistics on usage, or to execute operations triggered by the usage of the platform.

The event type of Kaleyra Video webhooks is “Post-Event”, which means that the event is notified after it happened on Kaleyra systems. These events are notified through HTTP requests fired from the Kaleyra system to the URL specified during the configuration.

For more information about webhook and relevant features, see WebHooks.