Create routing rule
POST/omnichannel/routing-rules
Creates a new condition-action routing rule. Conditions and actions are supplied as JSON objects in conditions_json and actions_json fields respectively. Lower priority numbers are evaluated first. Use to implement skill-based routing, VIP escalation, or channel fallback logic.
Request
Responses
- 201
- 422
Routing rule created.
Validation failed — check JSON field formats.