Two types of reactions
Both are configured the same way, the difference is the
trigger field value.
Anatomy of a reaction
A reaction has:- trigger: the event or schedule that fires the reaction
- is_active: whether the reaction is enabled
- actions: an ordered array of steps to execute, each with a
sort_order
sort_order sequence. If an action fails its condition (e.g., a filter action returns false), the chain stops.
Common action types
Common trigger events
Any Omneo event can be used as a reaction trigger. Common ones:
For the complete list of events and the payload each one carries, see Event Contexts.
Data available in reactions
All reaction filters and actions have access to the Event Context for the triggering event. The context includes the profile, the triggering object (transaction, benefit, etc.), and related data. See Reaction Filters and JSON Conditions for how to access and evaluate this data.Managing reactions
Reactions can be created and managed via the API (/api/v3/triggers) or via CX Manager under Settings → Reactions. A reaction must have is_active: true to fire.