> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/features-and-clickapps/ai/email-with-clickup-ai.md).

# ClickUp AIを使用したメール

Email ClickAppを使用すると、タスクからeメールを作成したり返信したりできます。

必要なもの

機能の利用可能性と制限は、プランとユーザーロールによって異なります。もっと詳しく知る

### **AI でeメールを書く** <a href="#v39hi4z7ooyt" id="v39hi4z7ooyt"></a>

ClickUp AI にタスクのコメントからeメールを作成するように依頼できます。

AI を使用してeメールを作成するには：

1. 開いているタスクの「Comments」セクションで、eメールのアイコンをクリックします。
2. /Slash コマンド /Write eメール を入力し、Return キーまたは Enter キーを押します。
3. ClickUp AIモーダルで、話のポイントを入力し、Enter キーを押します。\
   ![Screenshot of the ClickUp AI modal open in the Comments section of a task. Next to the AI icon, text reads 'What's your talking point?' There's a field to enter your prompt.](/files/EbX7hWga2wjnpb4w4q41)
4. AI がeメールを生成します。
5. \[eメールの下書きに追加] をクリックして、 ClickUpからeメールを送信できます。 「コピー」をクリックするか、「再試行」をクリックして、わずかに異なるバージョンを生成することもできます。

### **AI でeメールに返信する** <a href="#fctidbsz1sa2" id="fctidbsz1sa2"></a>

eメールへの応答を受け取ったら、 ClickUp AIを使用して返信できます。

AI を使用してeメールに返信するには：

1. eメール応答を含むeメールスレッドから、「/reply」と入力します。
2. Press **Enter**.\
   ![Screenshot of the ClickUp AI modal open in the Comments section of a task. The support ticket email that is being replied to is visable. Below, there is space to provide a custom prompt, and two ready-to-use prompts, 'Provide an update on the issue,' or 'Offer a workaround for the issue.'](/files/kh0Byi4aaTTTvhuxyyZC)\
   Enterを押します。
3. ClickUp AIモーダルでは、カスタムのトーキング ポイントを入力できます。または、すぐに使用できるプロンプトの 1 つを選択することもできます。
   * AI が生成したプロンプトでは、特定の情報の入力が必要になる場合があります。たとえば、サポート チケットのeメールに返信すると、回避策を提案するプロンプトが生成される場合があります。その特定の問題に対する回避策を提供する必要があります。
4. AIが返答を生成します。
5. \[eメールの下書きに追加] をクリックして、 ClickUpからeメールを送信できます。 「コピー」をクリックするか、「再試行」をクリックして、わずかに異なるバージョンを生成することもできます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/clickup/features-and-clickapps/ai/email-with-clickup-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
