SubscriberWorkflowPreferenceDto
January 22, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
enabled | boolean | :heavy_check_mark: | Whether notifications are enabled for this workflow |
channels | SubscriberPreferenceChannels | :heavy_check_mark: | Channel-specific preference settings for this workflow |
overrides | List<SubscriberPreferenceOverrideDto> | :heavy_check_mark: | List of preference overrides |
workflow | SubscriberPreferencesWorkflowInfoDto | :heavy_check_mark: | Workflow information |
updatedAt | Optional<String> | :heavy_minus_sign: | Timestamp when the subscriber last updated their preference. Only present if subscriber explicitly set preferences. |