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:Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
- 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 thenamespace.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.