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.

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

New here? Read the installation guide.

Import & use
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\""
    }
  ]}
/>

More Automation pieces

View all Automation
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.

Gmail
ActionGmail · Send email
To{{customer.email}}
SubjectYour receipt is ready
Templatereceipt-v3
Configure

Workflow Node

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

ifamount > $100
trueNotify finance2 actions
falseSkipno actions

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.

POSThttps://api.beste.co/v1/invoices
Headers
  • AuthorizationBearer ••••
  • Content-Typeapplication/json
  • Idempotency-Key{{run.id}}

HTTP Action

Custom HTTP request card with a semantic method pill, full endpoint URL, and a list of key/value request headers in monospace.

Versions
  1. v3ActiveAda L.·Apr 20
  2. v2DraftMarcus R.·Apr 14
  3. v1ArchivedPriya S.·Mar 30

Version Tags

Workflow version history with a colored status dot, monospace tag, emerald active, amber draft, and muted archived pills, and author with date on the right.

Test run200 OK
142 ms
{
  "id": "evt_8a2k4f",
  "type": "payment.succeeded",
  "amount": 4200,
  "currency": "usd"
}

Test Result

Workflow test preview with a semantic status check, HTTP status code, duration, and a monospaced JSON response body panel below.