Skip to content

Create workflow event

POST
/api/v4/ai/duo_workflows/workflows/{id}/events
id
required
integer

The ID of the workflow

Media type application/json
object
event_type
required

The type of event

string
>= 1 characters
Allowed values: pause resume stop message response require_input
message
required

Message from the human

string
nullable
correlation_id

Correlation ID for tracking events

string
nullable /(?:^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$)/

Created

Bad Request

Not Found