Triggers
Version: 3.4
A trigger is a set of actions that are automatically executed after specific events and under specific conditions. Triggers are evaluated for every create, update, and delete event that occurs in Sitecore Content Hub™ and are executed asynchronously to prevent delays.
A trigger consists of three elements:
- Events: the events to which the trigger should react.
- Conditions: the conditions under which trigger actions are executed.
- Actions: the actions that the trigger executes.
You configure triggers on the Triggers page.
Note
For a quickstart guide to creating a trigger, see Create a trigger.