Skip to main content
Webhooks allow you to receive real-time notifications about important call events in your SIP integration with Zero Runtime. You can configure webhooks either via the Zero Runtime dashboard or programmatically using the API.

Available Webhook Events

Below is the list of all supported webhook events:

Configuring Webhooks

You can set up webhooks using:
  • Dashboard: Navigate to the SIP section and add a webhook by specifying your target URL and selecting the events you want to subscribe to.
  • API: Use the POST /v2/sip/webhooks endpoint to register a webhook.
See the Create Webhook API for the full request and response schema.

API Reference