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.

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

New here? Read the installation guide.

Import & use
import { Automation2 } from "@/components/beste/piece/automation2";

<Automation2
  kind="Action"
  app="Gmail"
  event="Send email"
  image="https://oud.pics/sm/l/gmail.jpeg"
  alt="Gmail"
  configureLabel="Configure"
  fields={[
    {
      "label": "To",
      "value": "{{customer.email}}"
    },
    {
      "label": "Subject",
      "value": "Your receipt is ready"
    },
    {
      "label": "Template",
      "value": "receipt-v3"
    }
  ]}
/>

More Automation pieces

View all Automation
Workflow
  1. Stripe
    New payment receivedStripe · over $100
  2. Gmail
    Send welcome emailGmail · template:onboarding
  3. Notion
    Create CRM pageNotion · DB:Leads
  4. Slack
    Notify #revenueSlack · with link

Workflow Steps

Vertical workflow with brand-colored app tiles connected by a thin rail, each row showing the step name and its app and config detail.

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.

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.

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.

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.

Recent runsStripe → Slack
  • run_8a2k412 ms2m ago
  • run_7f9pnow
  • run_7e1q1.2 s8m ago
  • run_7d3m388 ms14m ago

Run Log

Workflow execution log with rows for each run showing a semantic status icon, run id, duration, and relative time.