Flow trigger card
The entry point for a workflow. Webhooks, cron jobs, event-bus subscriptions and manual fires — each shows its config, a sample payload, last-fired metadata and an armed/disarmed status pill.
Production answer
Flow trigger card is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.
Primary CTAReview Flow trigger card states
Generative search brief
Flow trigger card: The entry point for a workflow. Webhooks, cron jobs, event-bus subscriptions and manual fires — each shows its config, a sample payload, last-fired metadata and an armed/disarmed status pill.
Trigger
WebhookShopify · quote requested
Config
POST https://hermes.mufflermen.com.au/hooks/shopify/quoteSample payload
JSON
{ "type": "shopify.order.requested", "customer": { "id": "cust_mick_davis_8821", "firstName": "Mick", "phone": "+61411xxx482" }, "vehicle": { "year": 2018, "make": "Toyota", "model": "Hilux N80", "variantHints": ["long-range", "GD-6"] }, "skuRequest": ["manta-cat-back-hc"], "channel": "web-form", "receivedAt": "2026-05-29T09:14:11+10:00"}Trigger
Event busSMS inbound
Config
bus:sms.inbound · pattern: vehicle-relatedSample payload
JSON
{ "type": "sms.inbound", "from": "+61411xxx482", "to": "+61213000888", "body": "How much for an N80 cat-back?", "messageId": "sm_88420", "receivedAt": "2026-05-29T07:22:48+10:00"}Trigger
CronMonday blog draft
Config
0 6 * * MON · Australia/SydneySample payload
JSON
{ "type": "cron.fire", "schedule": "0 6 * * MON", "lastFire": "2026-05-22T06:00:00+10:00", "nextFire": "2026-05-29T06:00:00+10:00", "payload": { "topic": "DPF cleaning vs replacement" }}