Event
Events are used to trigger alerts when some condition on a journey is met. The alerts are currently done via email.
Triggers
There are a number of triggers that can be used to activate an event:
| Trigger | Condition | Description |
|---|---|---|
| Geofence | Enter / Exit / EnterExit | This can be used to trigger an event when a journey enters or leaves a geofence. |
| Temperature | High / Low / HighLow | This can be used to trigger an event when a journey exceeds a certain temperature based on the high and low thresholds set in the device config. |
| Humidity | High / Low / HighLow | This can be used to trigger an event when a journey exceeds a certain humidity based on the high and low thresholds set in the device config. |
| Shock | This can be used to trigger an event when a journey experiences a shock based on the threshold set in the device config. |
Global
If the global flag is set to true then the event will trigger for all journeys under the same company.
Please note: All events are global for the time being.