Skip to main content

noise_sensor.noise_threshold_triggered

Extended periods of noise or noise exceeding a threshold were detected.
Example webhook payload
{
  "connected_account_custom_metadata": {},
  "connected_account_id": "00000000-0000-0000-0000-000000000000",
  "created_at": "2025-01-01T00:00:00.000Z",
  "customer_key": "",
  "device_custom_metadata": {},
  "device_id": "00000000-0000-0000-0000-000000000000",
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "noise_sensor.noise_threshold_triggered",
  "minut_metadata": {},
  "noise_level_decibels": 0,
  "noise_level_nrs": 0,
  "noise_threshold_id": "00000000-0000-0000-0000-000000000000",
  "noise_threshold_name": "",
  "noiseaware_metadata": {},
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
connected_account_custom_metadata
Object
Custom metadata of the connected account, present when connected_account_id is provided.
connected_account_id
String (UUID)
ID of the connected account associated with the event.
created_at
String (ISO 8601)
Date and time at which the event was created.
customer_key
String
The customer key associated with the device, if any.
device_custom_metadata
Object
Custom metadata of the device, present when device_id is provided.
device_id
String (UUID)
ID of the affected device.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: noise_sensor.noise_threshold_triggered
minut_metadata
Object
Metadata from Minut.
noise_level_decibels
number
Detected noise level in decibels.
noise_level_nrs
number
Detected noise level in Noiseaware Noise Risk Score (NRS).
noise_threshold_id
String (UUID)
ID of the noise threshold that was triggered.
noise_threshold_name
String
Name of the noise threshold that was triggered.
noiseaware_metadata
Object
Metadata from Noiseaware.
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
workspace_id
String (UUID)
ID of the workspace associated with the event.