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



New here? Read the installation guide.
import { Automation7 } from "@/components/beste/piece/automation7";
<Automation7
headerLabel="Workflow"
steps={[
{
"image": "https://oud.pics/sm/l/stripe.jpeg",
"alt": "Stripe",
"label": "New payment received",
"detail": "Stripe · over $100"
},
{
"image": "https://oud.pics/sm/l/gmail.jpeg",
"alt": "Gmail",
"label": "Send welcome email",
"detail": "Gmail · template:onboarding"
},
{
"image": "https://oud.pics/sm/l/notion.png",
"alt": "Notion",
"label": "Create CRM page",
"detail": "Notion · DB:Leads"
},
{
"image": "https://oud.pics/sm/l/slack.svg",
"alt": "Slack",
"label": "Notify #revenue",
"detail": "Slack · with link"
}
]}
/>
Single workflow step card with a kind-colored icon header (trigger, action, filter), the app/event label, configured field rows, and a configure footer.

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.

Two-step recipe stacked vertically with a When trigger row, a downward arrow connector, and a Then action row, each with a brand-colored icon tile and event label.
Workflow execution log with rows for each run showing a semantic status icon, run id, duration, and relative time.