---
url: https://gudhub.com/docs/gh-elements/notifications/
title: "Notification\n                #"
description: "Notification is a gh element that allows to send notifications about adding items or updating items of the selected applications. The main function of this elem"
lang: uk
updated: 2026-09-08T15:55:49.653Z
---

# Notification [#](https://gudhub.com/docs/gh-elements/notifications/#notification)

**Notification** is a gh-element that allows to send notifications about adding items or updating items of the selected applications.

## Functional Characteristic [#](https://gudhub.com/docs/gh-elements/notifications/#functional-characteristic)

The main function of this element is to send notifications about [some application updates](#event-type). This is especially useful for elements that update items or add new items, but do not display changes or are configured not to display them:

-   [Update Items](https://gudhub.com/docs/gh-elements/update-items/)
-   [Add Items](https://gudhub.com/docs/gh-elements/add-items/)
-   [Smart Input](https://gudhub.com/docs/gh-elements/smart-input/)

## Value Format [#](https://gudhub.com/docs/gh-elements/notifications/#value-format)

This element does not contain any value.

## Element Options [#](https://gudhub.com/docs/gh-elements/notifications/#element-options)

The notification element has two blocks of settings.

### Field Settings [#](https://gudhub.com/docs/gh-elements/notifications/#field-settings)

Field settings of the notification element consist of two [standard settings](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/) Field name and Name space, as well as one additional option.

![Settings of notifications field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/notifications-field-settings.jpg "Notifications field settings")

| Name | Description |
| :-- | :-- |
| Hide automatically | allows to turn on the automatically hiding of the pop-up window |

#### **Hide Automatically** [#](https://gudhub.com/docs/gh-elements/notifications/#hide-automatically)

When this function is on, the pop-up window with updates will hide automatically. This means that user do not have to click the cancel button to hide the pop-up window.

### Cases Settings [#](https://gudhub.com/docs/gh-elements/notifications/#cases-settings)

The current element can track updates of several applications at the same time and notifications can look different.

![Settings of notifications cases](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/notification-cases-settings.jpg "Notifications cases settings")

| Name | Description |
| :-- | :-- |
| Application | allows you to select the application in which updates will be tracked; [details...](#application) |
| View name | allows to select thee view that will be displayed in the pop-up window; [details...](#view-name) |
| Conditions | allows to filter updates of which items will be tracked and which will not; [details...](#conditions) |
| Event Type | allows you to select the type of event that will be tracked; [details...](#event-type) |
| Edit | allows to edit or delete the case; [details...](#edit) |

#### **Application** [#](https://gudhub.com/docs/gh-elements/notifications/#application)

This is the application whose [updates](#event-type) will be monitored. It is also the source of the [view](#view-name) for the pop-up window.

#### **View Name** [#](https://gudhub.com/docs/gh-elements/notifications/#view-name)

This is the selected view that will be displayed in the pop-up window.

#### **Conditions** [#](https://gudhub.com/docs/gh-elements/notifications/#conditions)

The current feature allows you to add filters that will determine which [events](#event-type) of which items will be tracked.

#### **Event Type** [#](https://gudhub.com/docs/gh-elements/notifications/#event-type)

There are two types of application updates that can be tracked. That updates are events:

-   Item add
-   Item update

#### **Edit** [#](https://gudhub.com/docs/gh-elements/notifications/#edit)

The last column contains two buttons for editing and deleting the case.

## Element Style [#](https://gudhub.com/docs/gh-elements/notifications/#element-style)

Since the current element is not interactive, there are no additional style settings. This style block consists only of [standard options](https://gudhub.com/docs/understanding-gudhub/gh-elements-structure/setting-overview/) and several [types of interpretation](#interpretation).

![Style of notification element](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/notifications-element-style.jpg "Notifications element style")

## Data Model [#](https://gudhub.com/docs/gh-elements/notifications/#data-model)

The element data model consists of two arrays:

Copy

```json
{
    "data_model": {
        "interpretation": [],
        "options": [{
            "app_id": "29655",
            "event_type": "gh_item_update,gh_items_add",
            "filters_list": [],
            "view_id": "1568475"
        }]
    }
}
```

| Name | Type | Description |
| :-- | :-- | :-- |
| interpretation | `array` | _contains all element interpretation types_ |
| options | `array` | _contains all cases of applications and their updates_ |
| app\_id | `string` | _contains ID of the selected application_ |
| event\_type | `string` | _contains all selected types of events that are monitored_ |
| filters\_list | `array` | _contains all filters applied to the application items_ |
| view\_id | `string` | _contains ID of the app view_ |

## Filtration [#](https://gudhub.com/docs/gh-elements/notifications/#filtration)

Since the current element does not contain a value, it cannot be filtered.

## Interpretation [#](https://gudhub.com/docs/gh-elements/notifications/#interpretation)

The current element has only one type of interpretation. This is the default type, which displays the element as an icon.

![Types of notifications interpretation](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/notifications-interpretation-types.jpg "Notifications interpretation types")
