> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/email-and-automation/individual-emails.md).

# 個別のメール送信

### CRM 内の連絡先プロファイルから、連絡先に個別の電子メールを作成して送信することができます。

{% hint style="success" %}
CRM から連絡先に個別のメールを送信できるのは、その連絡先がいずれかのメールリストに登録されている場合のみです。
{% endhint %}

登録済みのメール連絡先に直接メールを送信するには、まず \[連絡先] タブに移動します。

* メールを送信したい連絡先を検索し、その連絡先のプロフィールを開きます。
* 画面の右上の「メールアイコン」をクリックします。
* 選択すると、新しいウィンドウが右下に表示されます。

![](/files/xrCW9gWcORVJJE3doWeF)

個別のEメール設定とオプション

![](/files/supw1csT64JaLOs4mbqP)

### 個別に送信するメールの作成 <a href="#creating-the-profile-email" id="creating-the-profile-email"></a>

メールを送信するには2つの方法があります。まず、A.I.ライティングアシスタントのサポートを受けながら、ここから直接送信することができます。または、「**メールビルダーに切り替える**」ことで、保存したテンプレートにアクセスし、メールをよりカスタマイズすることができます。

#### **送信スケジュール** <a href="#schedule" id="schedule"></a>

ここでは2つのオプションが用意されています。「メールを送信」ボタンをクリックしてすぐに電子メールを送信するか、必要な時に指定した日時にメールが送信されるようにスケジュールを設定することができます。これにより、緊急のメッセージをすぐに送信する必要がある場合でも、より適切な時期や戦略的な時期にメールを配信する計画を立てる場合でも、お客様のニーズに最も適した方法でコミュニケーションを管理できる柔軟性が得られます。

{% hint style="info" %}
スケジュール済みメールのアイコンをクリックすると、その連絡先に対してスケジュール済みの他のメールも確認できます。
{% endhint %}


---

# 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://docs.opusbooster.com/platform/email-and-automation/individual-emails.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.
