Route anatomy
- - Destination URL
- - Match conditions (header, JSON path, regex)
- - Priority and enabled state
- - Retry and timeout controls
Developer Docs
Routes decide where incoming source events get delivered.
Route anatomy
Typical setup
Routing modes
Best practice
Prefer explicit conditions over catch-all routing once your event volume grows. It keeps debugging fast and makes delivery behavior predictable for teams.