# Real-time occupancy

- [Webhooks Overview](/real-time-occupancy/webhooks-overview.md): Butlr's webhooks deliver real-time data on key events, including occupancy and traffic data. Subscribing ensures automatic updates, timely insights, and structured data for informed decision-making.
- [Area Detections](/real-time-occupancy/webhooks-overview/human-detections.md): The Detections webhook event provides real-time updates on detected people's locations, represented by coordinates (x, y) within a sensor's field of view.
- [Entryway Traffic](/real-time-occupancy/webhooks-overview/human-traffic.md): The Traffic webhook event provides real-time updates whenever someone enters or exits a monitored area.
- [Floor Occupancy](/real-time-occupancy/webhooks-overview/floor-occupancy.md): The Floor Occupancy webhook event provides real-time updates on the number of occupants detected by the presence sensor on a specific floor.
- [1 Minute Interval](/real-time-occupancy/webhooks-overview/floor-occupancy/floor-occupancy.md): This event is the same as Floor Occupancy, but the data is aggregated at 1-minute granularity and smoothed to produce a single occupancy number for that minute.
- [Room Occupancy](/real-time-occupancy/webhooks-overview/room-occupancy.md): The Room Occupancy webhook event provides real-time updates on the number of occupants detected by the presence sensor in a specific room.
- [1 Minute Interval](/real-time-occupancy/webhooks-overview/room-occupancy/floor-occupancy.md): This event is the same as Room Occupancy, but the data is aggregated at 1-minute granularity and smoothed to produce a single occupancy number for that minute.
- [Zone Occupancy](/real-time-occupancy/webhooks-overview/zone-occupancy.md): The Zone Occupancy webhook event provides real-time updates on the number of occupants detected by the presence sensor on a specific zone.
- [1 Minute Interval](/real-time-occupancy/webhooks-overview/zone-occupancy/floor-occupancy.md): This event is the same as Zone Occupancy, but the data is aggregated at 1-minute granularity and smoothed to produce a single occupancy number for that minute.
- [Motion Detection](/real-time-occupancy/webhooks-overview/motion-detection.md): The PIR Motion webhook event provides real-time updates indicating activity detected by the Heatic2+ sensor in a specific room.
- [No Motion Detection](/real-time-occupancy/webhooks-overview/no-motion-detection.md): The PIR No Motion webhook event provides real-time updates when the Heatic 2+ sensor detects no activity in a specific room.
- [Manage Webhooks](/real-time-occupancy/manage-webhooks.md): The Butlr platform provides self-service capabilities for managing webhooks through GraphQL API. Users can create, update, and delete webhooks programmatically.
- [Create Webhooks](/real-time-occupancy/manage-webhooks/create-webhooks.md): Create one or more new webhooks with specified configurations.
- [Update Webhooks](/real-time-occupancy/manage-webhooks/update-webhooks.md): Update existing webhooks with new configurations.
- [Delete Webhooks](/real-time-occupancy/manage-webhooks/delete-webhooks.md): Delete one or more webhooks by their IDs.
- [List Webhooks](/real-time-occupancy/manage-webhooks/list-webhooks.md): Retrieve a list of all webhooks configured for your account.
