> 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/automation.md).

# オートメーション概要

オートメーションは、コンバージョンを増加させ、バックグラウンドで自動的に購読者情報を更新しながら、時間を節約するために本当に役立ちます。

オートメーションの組み合わせは何千通りもありますが、ここでは一部のユーザーが自動化しているものをご紹介します。

* 電子書籍のダウンロード情報を送信
* フォームに入力された際に、ウェルカムメールを送信
* 顧客情報の更新
* ステップメールの送信
* コースのオンボーディング
* ウェビナー登録後、セールスファネルにリンクしたメールの送信
* コースコンテンツの送信
* ビジネス最新情報の送信
* ニュースレター
* などなど...

### オートメーションフローの基礎知識

オートメーションは、3つの基本要素から構成されています。

* **トリガー >** ウェブサイトを訪れた人、メールを開いた人、情報を更新した人など、さまざまな条件をきっかけとしてオートメーションフローを開始できます。
* **条件分岐 >** 複雑なオートメーションの作成も、「もし〜なら」というシンプルな機能で個々のオートメーションルールを作成することも可能です。
* **アクション >** 電子書籍を送る、情報を更新する、あるいは自動メールキャンペーンを送信するなど、さまざまなアクションを実行できます。

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

### メモの追加

メモ機能を選択すると、オートメーションフローの各ステップにおいて、管理者やチームメンバーが役立つメモを残すことができます。これは、ステップ情報を思い出すのにとても便利で、チームに完了させるための指示を追加するだけです。書いて、保存して、ピン留めしてください。

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

### アナリティクス

開封率、誰が何をクリックしたか、何人がオートメーションを完了したか、をリアルタイムに確認できます。

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

### 目標設定

目標を設定することで、自動化が成功したかどうかを判断することができます。購読者が特定のゴールに到達すると、OpusBoosterそれを成功とみなし、アナリティクスダッシュボードにゴールとして登録します。設定したゴールに到達したユーザーは、そのオートメーションから削除されます。

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


---

# 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/automation.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.
