Openapi
Create routing rule
Creates a delivery routing rule that binds a channel to one or more integrations. Conditions can scope the rule to specific topics, audiences, or message types. Configure retry behavior with retryConfig (max retries, delay, backoff multiplier). At least one integration id is required.
Authorization<token>
In: header
Response Body
curl -X POST "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/routing-rules"Empty
List routing rules GET
Returns all routing rules that control how notifications are dispatched to delivery integrations. Rules are evaluated by priority (lowest number first) and can be filtered by topic, audience, or message type conditions.
Get routing rule GET
Retrieves the full routing rule record including channel, priority, conditions, integration ids, retry configuration, enabled state, and timestamps.