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

# ビデオオートメーション

**ビデオオートメーション**を使うと、視聴者の動画に対する操作をきっかけに、さまざまなイベントを自動で実行できます。これらの自動化ワークフローにより、**パーソナライズされたエンゲージメント、通知、プロフィールの更新**などが可能になります。

### 自動化トリガー

* **投稿へのリアクション** – 購読者が動画投稿にリアクションしたときに作動します。
* **投票オプションの送信** – 視聴者がインタラクティブな投票に回答したときに作動します。
* **ビデオ開始** – 視聴者が動画の視聴を始めた瞬間に自動化を開始します。
* **ビデオの一部視聴** – 動画が一定の割合まで視聴された時点で作動します。エンゲージメントの計測に最適です。
* **ビデオ完了** – 視聴者が動画を最後まで視聴したときに自動的に作動します。

これらのトリガーから、**メールの送信、ユーザープロフィールの更新、シーケンスへの登録**など多くのアクションを実行でき、**コンテンツのエンゲージメントをよりスマートでダイナミックに**します。

### ビデオの一部視聴トリガー

このトリガーを使うと、視聴者が動画の特定の位置まで視聴したときに自動化を起動できます。

**設定の流れ：**

1. **動画を選択** – 自動化を適用する動画を選びます。
2. **タイムラインを調整** – **スライダー**を使って、トリガーが作動する動画内の正確なポイントを設定します。
3. **自動アクションを有効化** – 視聴者が指定したポイントに到達すると、**メールの送信、プロフィールの更新、フォローアップワークフローの起動**などが実行されます。

視聴者の行動に対して、ちょうどよいタイミングで反応する**ターゲットを絞ったエンゲージメント**が実現できます。

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

### 基本トリガーのクイックセットアップ

「**ビデオ開始**」や「**ビデオ完了**」のようなシンプルなトリガーは、設定も簡単です。

1. **トリガーを選択** – **ビデオ開始**（視聴者が再生を始めたときに作動）または**ビデオ完了**（動画が最後まで再生されたときに作動）のいずれかを選びます。
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/video/video-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.
