Skip to main content
POST
Create a workflow trigger

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

x-api-key
string
Authorization
string

Path Parameters

workflowId
string
required

ID of the source workflow

Body

application/json
targetWorkflowId
string
required

ID of the workflow to trigger

eventType
enum<string>
required

Event type that triggers the target workflow

Available options:
workflow_started,
workflow_finished,
workflow_export_completed,
workflow_failed,
workflow_recovered,
workflow_sample_finished,
workflow_data_change,
workflow_validation_anomaly_change,
workflow_health_degraded
enabled
boolean
default:true

Whether the trigger is enabled

Response

Trigger created successfully