Skip to main content
POST
/
workflows
/
{workflow_id}
/
runs
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required

Body

application/x-www-form-urlencoded
message
string
required
stream
boolean
default:true
session_id
string | null
user_id
string | null

Response

Workflow executed successfully

The response is of type any.

I