Gated Triggers
Learn how gated triggers work and how they can be easily implemented for specific threshold criteria. Discover how to configure the threshold value using the Trigger (Gated) and Parameter modules, enabling the trigger to fire only once when the desired co
Gated triggers fire only once each time a threshold criteria is met.
An example is a weather trigger that fires when a temperature goes below a certain value. The trigger fires once when the temperature falls below the threshold, but doesn't fire again until the temperature rises above the threshold and then falls below the threshold again.
Gated triggers simple need to make an API call to fetch the data, then configure the threshold criteria and the event using the Trigger (Gated) module:

Typically a Parameter module is used to allow the end user to configure the threshold value, as shown.