# Notification

Use the Notification action to give feedback in the form of a notification to the user. A notification is a fire-and-forget action. This means that it does not wait for the action to complete before moving on to the next action in the script.

***

{% embed url="<https://www.youtube.com/embed/JygzfBNWGXM?autoplay=1&rel=0&vq=1080>" %}
*Add a Notification*
{% endembed %}

***

### Properties

1. **Close Button**

   If this is ticked, the notification will display a close button. The notification only disappears once the close button is clicked.
2. **Message**

   The message of the notification.
3. **Title**

   The title of the notification.
4. **Type**

   The type defines the appearance of the notification.
