Event data
Event data is the contextual information that accompanies every event. It can be used to add conditions to automation triggers and to contextualize automation responses. Different types of data are available depending on the type of event.
Source entity data
The source entity corresponds to the origin of the event. It is available for most event types.
{Source.Id}: The unique identifier (GUID) of the source entity.{Source.Name}: The name of the source name entity.{SourceDescription}: The description of the source entity.
Event location data
The event location is only available for certain event types, such as events associated to a Patroller unit, or events associated to a record type (Record updated and Record fusion events, for example).
Event data for access control events
Most access control events have three types of available data:
- Doors
- Cardholders
- Credentials
Event data for ALPR events
ALPR events, such as License plate read and License plate hit, have a variety of data available to use as conditions.
For more information, see Adding conditions when creating event-to-actions for license plate reads.
Event data for camera and custom events
In camera events (video analytics) and custom events, event data is treated as a text message, instead of exposed as specific conditions.
You can evaluate the event data with the Message condition using the following operators:
equal tonot equal tocontainsstarts withends within(see "Special operators")not in(see "Special operators")similar to(see "Special operators")not similar to(see "Special operators")evaluates to(see "Special operators")
evaluates to operator, all other operators assume that the
event data (Message) contains a single value.