# 全員通知＆個別通知画面

通知は、観客を参加させ、情報提供するための重要な機能です。この特定の画面は、管理者がアプリのすべてのユーザーまたは1人に通知を作成して送信できる「お知らせと通知」機能テンプレート内の画面です。

イベントの予告やサービスの中断のお知らせなど、すべてのユーザーに通知を送信する必要がある場合があります。一方、「1 人に通知する」機能は、1人のユーザーに支払い状況の更新を通知するために使用できます。

両方の画面は、以前に送信された通知を表示するためのフォームコンポーネントとリストコンポーネントを含む類似のコンポーネントで構成されています。

## コンポーネント

### **水平ナビゲーション**

<figure><img src="/files/Lmlb5yXLurIZfTe3pzrJ" alt=""><figcaption></figcaption></figure>

このナビゲーションは、「すべてに通知」画面と「1 人に通知する」画面を切り替えるために使用されます。

⚡ **アクション**

* 各画面には、逆の画面名へのリンクがあります。
  * 「すべてに通知」テキストは「すべてに通知」画面にリンクされます
  * 「1 人に通知する」テキストは「1 人に通知する」画面にリンクされます

### フォームコンポーネント

<figure><img src="/files/E5ywpGb8YZqxBp6zAaeb" alt="" width="563"><figcaption></figcaption></figure>

⚡ **送信ボタンのアクション**

* 通知を作成
* 通知をトリガー
  * 受信者 > 「すべてに通知」画面のすべてのユーザー
  * 受信者 > ログイン中のユーザー > 通知 > 対象ユーザー

### リストコンポーネント

<figure><img src="/files/tyrpxcZaK2GaMDffVifL" alt="" width="563"><figcaption></figcaption></figure>

⚡ **アイコンアクション**

* 通知を削除

{% hint style="danger" %}
ユーザー側の「通知を閉じる」アクションとは異なり、管理者側のリストは通知をデータベースから完全に削除します。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.adalo.com/ja/feature-templates/announcements-and-notifications/notify-all-and-notify-one-screens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
