Use Case: Listing Unread Order Notifications

The user wants to view only unread notifications related to order status updates in the application. This allows them to easily keep track of which notifications they have not yet responded to.

Adding a Notification Listing Button

  • A button is placed on the user's profile screen.
  • Enter the UI Design module.
  • Drag and drop the Button element from the Elements panel on the left side onto the screen.
  • Type ‘Show Notifications’ in the Label field in the Properties panel.
  • Select the button and add the Get Users Notifications action from the + ADD ACTION menu.

Configure the Get Users Notifications Action

  • User Name:john.doe@kuika.com
  • Page Number: 1
  • Page Size: 10
  • Except Read: true
  • With this configuration, the user can only list the first 10 unread notifications. This allows them to easily see notifications that they have not noticed or responded to yet.