Custom HTTP request card with a semantic method pill, full endpoint URL, and a list of key/value request headers in monospace.
New here? Read the installation guide.
import { Automation16 } from "@/components/beste/piece/automation16";
<Automation16
method="POST"
url="https://api.beste.co/v1/invoices"
headersLabel="Headers"
headers={[
{
"key": "Authorization",
"value": "Bearer ••••"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Idempotency-Key",
"value": "{{run.id}}"
}
]}
/>Webhook URL row with a method pill, monospaced endpoint, copy button, signed indicator, and a pulsing last-received status footer.
Workflow filter card with an all/any segmented toggle and a stack of monospace field-operator-value condition rows plus an add-filter link.
{
"id": "evt_8a2k4f",
"type": "payment.succeeded",
"amount": 4200,
"currency": "usd"
}Workflow test preview with a semantic status check, HTTP status code, duration, and a monospaced JSON response body panel below.

Single workflow step card with a kind-colored icon header (trigger, action, filter), the app/event label, configured field rows, and a configure footer.