# Notify All & Notify One Screens

Notifications are an important feature in any app to keep your audience engaged and informed. These particular screen within the Announcements & Notifications feature template allows an Admin to create and sent a notification to all the users of their app, or one.

You may need to send notifications to all users about an upcoming event or a notice of a service interruption — while the Notify One feature can be used to update a single user on their payment status.

Both screens are made up of similar components including a form component and a list component to display previously sent notifications.

## The Components

### **Horizontal Navigation**

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FigsR7bYLo63IaU6U6UU3%2Fnotifynav.png?alt=media&#x26;token=592f86e8-9239-40dd-b91a-e8f0ec6a977f" alt=""><figcaption></figcaption></figure>

This navigation is used to switch between the ‘Notify All’ Screen and the ‘Notify One’ Screen.

⚡ **Actions**

* On each screen, the opposite screen name is linked back to.
  * Notify All text is linked to Notify All Screen
  * Notify One text is linked to Notify One Screen

### Form Component

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FepPCMdKtfeZZBg0IY491%2Fformcomponentnotify.png?alt=media&#x26;token=bfcbed47-f770-49ec-8af3-3dc56410c546" alt="" width="563"><figcaption></figcaption></figure>

⚡ **Submit Button Actions**

* Create Notification
* Trigger Notification
  * Recipient > All Users on the ‘Notify All’ Screen
  * Recipient > Logged In User > Notifications > Target User

### List Component

<figure><img src="https://3467607506-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhGHkPsv15svPIU5I7C%2Fuploads%2FIwJrbDcl2WYztXIb01Tp%2Fnotifylist.png?alt=media&#x26;token=9fa42fdb-f8b7-400c-a768-1d7257aa0474" alt="" width="563"><figcaption></figcaption></figure>

⚡ **Icon Action**

* Delete Notification

{% hint style="danger" %}
Unlike the ‘Dismiss Notification’ action on the users side — the list on the Admin side will delete the notification completely from the database.
{% endhint %}
