Workflow filter card with an all/any segmented toggle and a stack of monospace field-operator-value condition rows plus an add-filter link.
New here? Read the installation guide.
import { Automation9 } from "@/components/beste/piece/automation9";
<Automation9
match="all"
headerLabel="Only run if"
addFilterLabel="Add filter"
filters={[
{
"field": "status",
"op": "is",
"value": "\"paid\""
},
{
"field": "amount",
"op": ">",
"value": "100"
},
{
"field": "currency",
"op": "is",
"value": "\"USD\""
}
]}
/>
Posts a message in #revenue when a payment over $500 lands.
Workflow row card with a zap icon, name, description, and a tone-colored on/off switch on the right plus an active/paused label and runs-today count.

Single workflow step card with a kind-colored icon header (trigger, action, filter), the app/event label, configured field rows, and a configure footer.
Conditional branch card with a dashed condition row and side-by-side true and false outcome cards labeled with emerald and rose pills.
Custom HTTP request card with a semantic method pill, full endpoint URL, and a list of key/value request headers in monospace.