ReorderWaterfallBody

Body for Reorder Waterfall Providers. Lists every currently configured provider by display name, exactly once, in the desired execution order.

Properties

providersarray ofrequired

Ordered list of provider display names, matched case-insensitively (e.g. `Hunter`, `Lightning`, `DataSync`). Must match the set of providers currently configured on the field — reorder only, no adds or removes. Items may also be objects shaped `{ name }`, so the array Get Action returns in `inputs[<field>]` — where a provider on your own key comes back as `{ name, use_own_key: true }` — can be reordered and sent straight back. Key state is preserved from storage; `use_own_key` is ignored here, change it with Configure Action.

any of
Option 1
stringminLen 1
Option 2
namestringrequiredminLen 1

Example

ReorderWaterfallBody example
{
  "providers": [
    "Hunter",
    "Prospeo",
    "Lightning"
  ]
}