Change notification messaging, verbiage, and cadence without requiring engineering’s help by using the Novu Dashboard UI.
Novu Framework was designed to bridge the gap between developers and non-developers in the team.
Controls are modified directly in the Novu Dashboard UI, under the ‘Step controls’ tab of the Workflow Editor page. Upon saving the changes, the new Control values will be used in the notification sent to your subscribers.
Dynamic data passed as part of the trigger payload can be easily used inside of the Controls. For example, you can pass a user_name
as part of the payload and use it in the controls as {{payload.user_name}}
to personalize the notification.
A control can be as broad as content
or as specific as 2fa_code_title_color
. This allows you to change the content of the notification without needing to touch the code.
Controls can be used for controlling any aspect of the step configuration, for example:
Read more about digest strategies and how to prevent notification fatigue.
Controls can be used to show/hide or rearrange the layout of the notification. For example, you can have an input to show/hide a button, or change the position of a specific email section.