Last Modified : 08 August 2026
Event Data Templates
An Event Data Template defines how raw data from a trigger is transformed into structured Event Data. It acts as a parser that converts a byte array into a format that can be stored in the event history.
Raw Template
Passes the trigger output through as-is, storing the entire byte array as a single "raw" data field.
Learn MoreJSON Template
Parses the trigger output as JSON and converts each top-level key-value pair into event data fields.
Learn More