Replay Dialog — Revised

Target agent selection + editable payload and headers

Replay Exchange Dialog (large modal)
Replay Exchange
This will re-execute the exchange on the selected agent.
Target Agent
order-svc-01
Only LIVE agents for this application are shown
Headers
Body
Key Value
+ Add header
Replay Dialog — Body Tab
Replay Exchange
This will re-execute the exchange on the selected agent.
Target Agent
order-svc-01
Headers
Body
JSON
{
  "orderId": "ORD-2024-78542",
  "customerId": "CUST-1234",
  "items": [
    {
      "sku": "WIDGET-001",
      "qty": 3,
      "price": 49.97
    }
  ],
  "total": 149.90
}