Skip to main content
POST
/
api
/
v1
/
workflows
/
{workflow_id}
/
trigger
Trigger Workflow
curl --request POST \
  --url https://api.example.com/api/v1/workflows/{workflow_id}/trigger \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>",
  "instance_id": "<string>"
}

Path Parameters

workflow_id
string
required

Body

application/json

The body is of type Body · object.

Response

Successful Response

message
string
required
instance_id
string
required