Openapi
Delete routing rule
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.
Authorization<token>
In: header
Response Body
curl -X DELETE "https://loading/v1/manage/workspaces/{workspaceId}/environments/{environmentId}/routing-rules/{routingRuleId}"Empty
Update routing rule PATCH
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.
List schedules GET
Returns scheduled email dispatches for the environment with a summary showing counts by status (pending, sent, cancelled). Filter by `status` to narrow results. Scheduled dispatches are one-time email sends set for a future timestamp.