CreateWorkflowDto

August 7, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescription
nameString:heavy_check_mark:Name of the workflow
descriptionOptional<String>:heavy_minus_sign:Description of the workflow
tagsList<String>:heavy_minus_sign:Tags associated with the workflow
activeOptional<Boolean>:heavy_minus_sign:Whether the workflow is active
validatePayloadOptional<Boolean>:heavy_minus_sign:Enable or disable payload schema validation
payloadSchemaMap<String, Object>:heavy_minus_sign:The payload JSON Schema for the workflow
isTranslationEnabledOptional<Boolean>:heavy_minus_sign:Enable or disable translations for this workflow
agentJsonNullable<CreateWorkflowDtoAgent>:heavy_minus_sign:Optional agent assignment used to route this workflow through an agent's connected channels. Pass null to clear.
workflowIdString:heavy_check_mark:Unique identifier for the workflow
stepsList<CreateWorkflowDtoStep>:heavy_check_mark:Steps of the workflow
sourceOptional<WorkflowCreationSourceEnum>:heavy_minus_sign:Source of workflow creation
preferencesOptional<PreferencesRequestDto>:heavy_minus_sign:Workflow preferences
severityOptional<SeverityLevelEnum>:heavy_minus_sign:Severity of the workflow