HTTP Action

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

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

New here? Read the installation guide.

Import & use
import { Automation16 } from "@/components/beste/piece/automation16";

<Automation16
  method="POST"
  url="https://api.beste.co/v1/invoices"
  headersLabel="Headers"
  headers={[
    {
      "key": "Authorization",
      "value": "Bearer ••••"
    },
    {
      "key": "Content-Type",
      "value": "application/json"
    },
    {
      "key": "Idempotency-Key",
      "value": "{{run.id}}"
    }
  ]}
/>

More Automation pieces

View all Automation
WebhookSigned
POSThttps://hooks.beste.co/wf/8a2k4f1m9n
Last event 14s ago

Webhook Endpoint

Webhook URL row with a method pill, monospaced endpoint, copy button, signed indicator, and a pulsing last-received status footer.

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.

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.

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.

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.

Stripe
WhenStripe
Payment received
Slack
ThenSlack
Send #revenue alert

Trigger to Action

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.