WorkflowPreferencesDto

January 14, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescriptionExample
allWorkflowPreferencesDtoAll:heavy_check_mark:A preference for the workflow. The values specified here will be used if no preference is specified for a channel.
channelsMap<String, ChannelPreferenceDto>:heavy_check_mark:Preferences for different communication channels{
"email": {
"enabled": true
},
"sms": {
"enabled": false
}
}