Alert incidents can trigger an alert webhook payload 2.0 to be sent to a desired webhook address. These alert incidents are triggered by the alerts that you have configured in the Samsara dashboard. See the Alerts Webhook guide for more details on creating and configuring webhook 2.0 in alerts. The example below shows a representative payload. See the Alert Webhook Event Schema for supported Alert Webhook 2.0 payloads.Documentation Index
Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Example
Reference
Alert incident payloads include a common envelope and adata.conditions[].details object whose shape depends on the alert condition type. See the Alert Webhook Event Schema for the complete condition-specific reference.
| Property Name | Description |
|---|---|
| conditions object array | Conditions associated with the incident. Each condition includes a human-readable description, a triggerId, and condition-specific details. |
| conditions[].details object | Granular alert details. The nested object varies by alert type, such as severe speeding, camera stream issue, ambient temperature, geofence, document submitted, route stop arrival, or vehicle fault conditions. |
| configurationId string | ID of the alert configuration that generated the incident. |
| happenedAtTime string | Time when the incident occurred, formatted as an RFC 3339 timestamp. |
| incidentUrl string | URL to view the incident in the Samsara dashboard. |
| isResolved boolean | Whether the incident has been resolved. |
| updatedAtTime string | Time when the incident was last updated, formatted as an RFC 3339 timestamp. |