The Notify action is used to send push notifications to the user after a specific action or user interaction. It provides quick feedback to the user about situations such as success, error, warning within the application. In addition, Notify Actions settings in Configuration Manager can be used for centralized system-wide notification configurations.
Adding Notify Action to the Project
Configuring the Notify Action
You can configure the following fields in the drop-down menu:
Message
Type
Type determines the style of the notification, for example Info is selected for information, Success for success, Warning for warning, Danger for critical error and Custom for custom color and style. These notification types only affect the visual style, i.e. the visual properties of the notification such as background color, font color and font size; they do not change the logic of the notification. The design of the notification can be completely customized, especially with the Custom option.
Background Color
Text Color
Font Size
Position
Duration
When a user fills out and submits a contact form, a notification (Notify) is shown indicating that the transaction was successful. Thus, the user is assured that the form has been submitted successfully.
Adding Action to Form Button
Configuring the Notify Action
With this configuration, when the user submits the form, a green-colored, 5-second notification message is displayed in the upper right corner of the screen. Thus, the user sees that the transaction is completed and does not need to perform the transaction again.
Technical Risks and Precautions
The Notify action is an ideal solution to show instant and effective notifications to the user within the app. The quality of interaction is improved by providing visual feedback to the user for successful actions, errors or notifications. With advanced customization options, design-appropriate and attractive notifications can be created.