disable email channel
How to disable email channel for some workflow? We have workflow which has 2 channels - push and email and it enabled by default and user can change it inside app settings but we need to set email be default false and user will enable it manually when will want. @Pawan Jain thank you in advance for your help
4 Replies
Hi @Sasha Trytiak đź‘‹ on the right side panel in the main workflow page you can find a button to change the default channels. @Pawan Jain do we have anything about that in the docs?


@Tomer Barnea thank you a lot for your answer. We use novu dashboard for our project and sync it each time with our novu workflows codebase. Is it only one thing how we can change preferences or novu has some solution via code also?
@Sasha Trytiak
if you are using
@novu/framework
preferences can be managed via code also
https://docs.novu.co/framework/typescript/workflow#workflow-channel-preferencesWorkflow | Novu Documentation
Learn about the Novu Framework workflow interface and its configuration options
thank you a lot for your help❤️