Skip to main content
Custom events let you push an event into Omneo from an external system, triggering reactions without an Omneo-native action occurring. This is useful for:
  • Triggering a reaction based on behaviour in another platform (e.g., completing a survey, reaching a milestone in a third-party app)
  • Firing a scheduled or manual automation from an external orchestration system
  • Testing reaction configurations without waiting for real events

Firing a custom event

Using custom events in reactions

Configure a reaction with "trigger": "custom.survey_completed" (or whatever event name you use). When the custom event fires, the reaction chain executes with the event payload available as context.

Custom event naming

Omneo custom event names follow the namespace.event_name convention. Use a consistent namespace for your integration to avoid collisions with Omneo’s native events.
Content needed: full custom event API specification, payload size limits, available context fields in custom event reactions, and rate limits.