HTTP Action

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

HTTP Action

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

Usage

The import and the props worth knowing about, in one place.

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

<Automation16
  surface="card"
  bordered={true}
  inverted={false}
  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.

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.

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.

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
Notion
Slack
Sync paid invoices to Notion and ping Slack

Triggers on Stripe payment, logs the invoice in Notion, and posts a thread to #revenue.

4,280 installs

Recipe Card

Marketplace recipe card with a row of app slots that accept either a custom image or a brand-colored icon preset, plus name, description, install count, and a tone Use-recipe CTA.