Openapi
Update routing rule
Partially updates a routing rule's name, channel, priority, conditions, integrations, retry config, or enabled state. At least one field must be provided. Priority changes may affect the evaluation order of other rules in the same environment.
Authorization<token>
In: header
Response Body
curl -X PATCH "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/routing-rules/{routingRuleId}"Empty
Get routing rule GET
Retrieves the full routing rule record including channel, priority, conditions, integration ids, retry configuration, enabled state, and timestamps.
Delete routing rule DELETE
Permanently removes the routing rule. Notifications matching this rule's conditions will fall through to the next matching rule or fail if no other rule covers the channel. This action is irreversible and idempotent.