If-Then Branch

Conditional branch card with a dashed condition row and side-by-side true and false outcome cards labeled with emerald and rose pills.

ifamount > $100
trueNotify finance2 actions
falseSkipno actions

New here? Read the installation guide.

Import & use
import { Automation5 } from "@/components/beste/piece/automation5";

<Automation5
  condition="amount > $100"
  truthy={{
    "label": "Notify finance",
    "steps": "2 actions"
  }}
  falsy={{
    "label": "Skip",
    "steps": "no actions"
  }}
  ifLabel="if"
  trueLabel="true"
  falseLabel="false"
/>

More Automation pieces

View all Automation
Only run if
allany
  • statusis"paid"
  • amount>100
  • currencyis"USD"

Filter Conditions

Workflow filter card with an all/any segmented toggle and a stack of monospace field-operator-value condition rows plus an add-filter link.

Wait 15 minutesThen continue to the next step

Delay Step

Pause-step card with a dashed border, a tone-tinted timer tile, the wait duration, and a subtle continuation note.

Last 7 days98.3%
Mon
Tue
Wed
Thu
Fri
Sat
Sun
289 runs5 failed

Run Stats

Seven-day workflow health card with stacked emerald success and rose failure bars, a success rate headline, and totals footer.

Stripe
Stripe → Slack revenue alerts

Posts a message in #revenue when a payment over $500 lands.

Active28 runs today

Workflow Toggle

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.

For each itemitems[]
3 / 28
current·ada@beste.co

Loop Iterator

For-each loop card with a tone repeat tile, source expression, current/total counter, tone progress bar, and a sample value from the current iteration.

Available variables
Trigger
{{event.id}}{{event.type}}{{event.created_at}}
Customer
{{customer.email}}{{customer.name}}{{customer.plan}}
Order
{{order.total}}{{order.currency}}

Variable Chips

Autocomplete variables card grouped by source (Trigger, Customer, Order) with monospaced handlebars-wrapped violet chips for each path.