SubscriptionPreferenceDtoWorkflow
January 14, 2026 ยท View on GitHub
Workflow information if this is a template-level preference
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id | String | :heavy_check_mark: | Unique identifier of the workflow | 64a1b2c3d4e5f6g7h8i9j0k1 |
identifier | String | :heavy_check_mark: | Workflow identifier used for triggering | welcome-email |
name | String | :heavy_check_mark: | Human-readable name of the workflow | Welcome Email Workflow |
critical | boolean | :heavy_check_mark: | Whether this workflow is marked as critical | false |
tags | List<String> | :heavy_minus_sign: | Tags associated with the workflow | [ "user-onboarding", "email" ] |
data | Optional<SubscriptionPreferenceDtoData> | :heavy_minus_sign: | Custom data associated with the workflow | { "category": "onboarding", "priority": "high" } |
severity | SeverityLevelEnum | :heavy_check_mark: | Severity of the workflow |