POST
/
v1
/
workflows
/
{workflowId}
/
queue
curl --request POST \
  --url https://api.hystruct.com/v1/workflows/{workflowId}/queue \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

workflowId
string
required

workflow ID

Response

200
application/json

Successful response

message
string