Create Routing Strategy
Create a routing strategy. Requires a name and routing configuration at minimum. Channels and providers default to empty if omitted.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for creating a routing strategy.
Human-readable name for the routing strategy.
Routing tree defining channel selection method and order.
Optional description of the routing strategy.
Optional tags for categorization.
Per-channel delivery configuration. Defaults to empty if omitted.
Per-provider delivery configuration. Defaults to empty if omitted.
Response
Created
Full routing strategy entity returned by GET.
The routing strategy ID (rs_ prefix).
Human-readable name.
Routing tree defining channel selection method and order.
Per-channel delivery configuration. May be empty.
Per-provider delivery configuration. May be empty.
Epoch milliseconds when the strategy was created.
User ID of the creator.
Description of the routing strategy.
Tags for categorization.
Epoch milliseconds of last update.
User ID of the last updater.