Dynamic router
When the destination is not one of a fixed set but something worked out per message, looked up from a partner table, derived from the content, the address itself becomes data. A dynamic router resolves it at runtime and sends there.
A content-based router chooses among destinations you defined ahead of time. A dynamic router computes the destination: the dynamic send port assigns a variable from the result of a custom function or lookup, and uses that variable as its target.
The endpoint is computed, but everything else still belongs at the boundary: authentication stays on the port, and a key that resolves to nothing must route to a dead-letter channel rather than failing silently.
In Art2link the routing stays one broad subscription; the address is what varies. The send port picks up the message type, resolves the endpoint in Open Variables, a lookup keyed on a promoted value such as {{Promoted.Order.PartnerId}}, typically through a custom function, and the adapter’s address field reads that variable:
{{Variable.endpointUrl}}