Trigger a workflow by its ID with a JSON payload. This endpoint accepts any valid JSON object as the request body and forwards it to the workflow. The workflow ID must be specified in the URL path.
API key authentication. Format - "Bearer YOUR_API_KEY"
ID of the workflow to trigger
"f825ab82-371f-40cb-9bed-b325531ead4a"
JSON payload to send to the workflow
The body is of type object
.
Workflow triggered successfully
The response is of type object
.