Authorizations
API key authentication. Format - "Bearer YOUR_API_KEY"
Path Parameters
ID of the workflow to trigger
Example:
"f825ab82-371f-40cb-9bed-b325531ead4a"
Body
application/json · object
JSON payload to send to the workflow
The body is of type object
.
Response
Workflow triggered successfully
Example:
true
Example:
"Workflow f825ab82-371f-40cb-9bed-b325531ead4a triggered successfully"
Example:
"1f9152dc-dec8-496f-8ba4-ed1c27a72684"
Example:
"2025-07-26T03:28:08.123Z"
Example:
{
"workflow_status": "started",
"additional_data": "from backend response"
}