Added
New PIR Triggered Webhook
23 days ago by Tom Dobrow
VergeSense is excited to introduce a new PIR Triggered webhook. Customers can now subscribe to receive a webhook payload each time a passive infrared (PIR) occupancy event is detected by a sensor.
Supported hardware: L208 and L410 sensors. This event type is not supported for L302 sensors, which use a different PIR mechanism.
The webhook payload includes the following fields:
{
"building_ref_id": "building_1",
"floor_ref_id": "floor_1",
"space_ref_id": "space_1",
"sensor_id": "600-ABC",
"event_type": "pir_triggered",
"timestamp": "2026-05-07T15:49:59.001Z"
}
This webhook fires only when a PIR event is detected after an 0-count event — it is not sent on a recurring schedule like the space report event. This makes it well-suited for real-time occupancy triggers such as lighting or HVAC automation.
