# メール送信ノード

メール送信ノードは担当メンバーに電子メールや内部メッセージを送信することを実現するノードで、チャットフローの任意の場から担当メンバーに特定のメッセージを送信できます。たとえば、顧客が商品の詳細を確認したときに、顧客担当マネージャーに通知メッセージを送信するといったアクションを実行することができます。

メール送信ノードは、ノードのアイコンバーの一番右に位置しています。

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

ノードとエディタについて

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

1. **送信するメール本文または内部メッセージ 変数の利用、** テキストの書式を変更することができます。
2. チェックされている場合、電子メールと内部メッセージを送信します。 チェックされていない場合は、内部メッセージのみを送信します。 この内部メッセージはAlliダッシュボードの「会話履歴」で確認ができます。
3. **メールの件名**
4. **メール送信先メンバーを選択します。** 選択されていない場合は、すべてのメンバーに送信されます。

本ノードを利用の際には以下の使用例を参照してください。 こちらのチャットフローでは、顧客が質問に対して「Alli SaaS」を選択した場合、「demo Alli」メンバーに電子メールまたは内部メッセージを送信するようにチャットフローを作成しています。

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

顧客が「Alli SaaS」を選択すると、以下のような画面が表示されます。 内部メッセージは、顧客に公開されていないことを確認することができます。

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

メンバーは、Alliダッシュボードで、内部メッセージを含む会話の内容を確認することができます。

<figure><img src="https://i0.wp.com/guide.allganize.ai/wp-content/uploads/2022/01/image-42.png?resize=519%2C635&#x26;ssl=1" alt=""><figcaption></figcaption></figure>

\[メールを送信]チェックボックスがオンになっているため、メンバーはメールによる通知も同時に受けることができます。


---

# 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://docs.allganize.ai/alli-llm-app-market/app-management/node/send-email-node.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.
