SubscriptionPreferenceDtoWorkflow

January 14, 2026 ยท View on GitHub

Workflow information if this is a template-level preference

Fields

FieldTypeRequiredDescriptionExample
idString:heavy_check_mark:Unique identifier of the workflow64a1b2c3d4e5f6g7h8i9j0k1
identifierString:heavy_check_mark:Workflow identifier used for triggeringwelcome-email
nameString:heavy_check_mark:Human-readable name of the workflowWelcome Email Workflow
criticalboolean:heavy_check_mark:Whether this workflow is marked as criticalfalse
tagsList<String>:heavy_minus_sign:Tags associated with the workflow[
"user-onboarding",
"email"
]
dataOptional<SubscriptionPreferenceDtoData>:heavy_minus_sign:Custom data associated with the workflow{
"category": "onboarding",
"priority": "high"
}
severitySeverityLevelEnum:heavy_check_mark:Severity of the workflow