How Webhooks Work
Subscribe to Events
Use the Rhombus API to register a webhook URL and specify which event types you want to receive.
Events Occur
When a subscribed event happens in your Rhombus environment (e.g., a door is forced open), the system generates an event payload.
Receive Notifications
Rhombus sends an HTTP POST request to your registered URL with the event details as a JSON payload.
Event Types
Rhombus supports webhook notifications for a wide range of events across your security infrastructure:Camera Events
Motion detection, analytics alerts, video clips saved, AI-powered detections
Access Control Events
Door open/close, forced entry, access granted/denied, credential scans
Sensor Events
Temperature, humidity, and air quality threshold alerts
Device Events
Button presses, device online/offline status changes
Managing Webhooks via the API
Use the Webhook Integrations endpoints to manage your webhook subscriptions:- Create a webhook subscription with your endpoint URL and event filters
- List active webhook subscriptions for your organization
- Update existing subscriptions to change URLs or event types
- Delete subscriptions you no longer need
See the Webhook Integrations endpoints in the API Reference for complete parameter and response documentation.