Workflow API & Webhook Tabs

Developer API

Every workflow ships with an API and a webhook

Trigger a run with a POST, get a streamed response, and subscribe to status updates over webhooks. Same surface your team builds visually.

  • REST + streaming endpoints for every workflow
  • Signed webhooks with replay protection
  • Typed SDKs for TypeScript, Python, and Go
trigger.sh
curl https://api.beste.co/v1/workflows/run \
  -H "Authorization: Bearer $BESTE_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "workflow": "wf_8a2k",
    "input": {
      "customer": "cus_atlas",
      "amount": 4200,
      "currency": "usd"
    }
  }'
About this block

Workflow API & Webhook TabsPRO

Developer-facing split: copy on the left, tabbed code blocks on the right showing the API request, response, and webhook payload for a workflow.

More Workflow blocks

View all Workflow
PRO

workflow10

Tabbed Use Cases

Tabbed showcase where each tab swaps a team's typical workflow surface. Left side carries the story, right side carries the live asset.

PRO

workflow11

Hero With Workflow Pieces Strip

Minimal centered hero with a three-tile strip of workflow pieces underneath: delay, email, and approval surfaces.

PRO

workflow12

Workflow Canvas Hero

Hero with a full canvas on the right showing a real workflow flow: trigger node, condition node, and two action branches connected with lines.

PRO

workflow28

Phase Tabs

Tabbed engagement phases with deliverables, duration and imagery.

PRO

workflow3

Accordion With Workflow Media

Accordion on the left, swappable workflow asset on the right. Each row picks its own piece: trigger pair, step config, approval gate, or test run.

PRO

workflow1

Hero with Workflow Recipe

Two-column workflow hero with a live automation recipe card on the right showing a multi-app stack and installs counter.