Workflow test preview with a semantic status check, HTTP status code, duration, and a monospaced JSON response body panel below.
{
"id": "evt_8a2k4f",
"type": "payment.succeeded",
"amount": 4200,
"currency": "usd"
}Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Automation12 } from "@/components/beste/piece/automation12";
<Automation12
status="success"
runLabel="Test run"
statusCode="200 OK"
duration="142 ms"
body="{
\"id\": \"evt_8a2k4f\",
\"type\": \"payment.succeeded\",
\"amount\": 4200,
\"currency\": \"usd\"
}"
/>