v1

OpenAPI 3.1.02026-08-04552282508.9 KB
schedules

Trigger Webhook

Public endpoint to trigger a workflow via webhook. Runs the workflow synchronously and returns actual results.

Accepts:

  • JSON body: {"fields": {...}, "rows": [...], "metadata": {...}}
  • Multipart form-data: "payload" (JSON string) + "file" (file upload)
  • No body: Just triggers the workflow without data

Returns:

  • status: "success" or "error"
  • execution_id: UUID of the execution record
  • results: Output from each node in the workflow
  • execution_time_ms: How long the workflow took to run
post/api/schedules/trigger/{webhook_token}

Path parameters

webhook_tokenstring required

Response

Successful Response

{"stackTrail":"paths:/api/schedules/trigger/{webhook_token}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}