Your server should respond with the following HTTP status codes:
| Status Code | Meaning |
|---|
| 200-299 | Success, event processed |
| 400-499 | Client error, event rejected |
| 500-599 | Server error, will retry |
You can monitor webhook deliveries, check server response codes, and debug delivery failures via Observe > Webhook Logs in the Sulus dashboard.
In summary, Sulus's webhook system covers the full lifecycle of calls, chats, and sessions, and provides tooling (a local listener CLI, dashboard logs) to make development and debugging straightforward.