> For the complete documentation index, see [llms.txt](https://docs.immedio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.immedio.io/immedio-box/leads/outbound.md).

# アウトバウンド

リード管理の「アウトバウンド」タブで、生成したアウトバウンド文言を一覧で確認します。

「リード管理」ページの「アウトバウンド」タブです。企業ごとにAIが生成した営業文言を一覧で確認できます。 「アウトバウンド」タブは、テナントでドメインAI機能が有効な場合のみ表示されます。

## アウトバウンドでできること

| 機能                                                | 説明                                     |
| ------------------------------------------------- | -------------------------------------- |
| 生成済み文言の一覧確認                                       | 企業・プロンプト・ラベル・作成者・ステータスなどを一覧確認する        |
| 検索・絞り込み                                           | 企業名やプロンプト名で検索し、送付状況・開封状況で絞り込む          |
| フォーム送信                                            | 企業の問い合わせフォームへ文言を自動送信する（フォーム送信機能が有効な場合） |
| 開封状況の確認                                           | 送付した文言内のURLが開かれたかを確認する                 |
| [文言の確認・編集](/immedio-box/leads/outbound-detail.md) | 個別の文言を開き、内容の確認・編集・再生成を行う               |

## 一覧の表示項目

| 項目      | 説明                                                   |
| ------- | ---------------------------------------------------- |
| 企業      | 生成対象の企業名（クリックで企業詳細へ）とウェブサイトURL                       |
| プロンプト   | 使用したアウトバウンドプロンプト名。生成中は「生成中」、失敗時は「生成失敗」バッジが表示される      |
| ラベル     | 生成時に入力したラベル                                          |
| フォームURL | 問い合わせフォームURLが判明していれば「あり」（リンク）、不明な場合は「不明」             |
| 作成者／作成日 | 文言を生成したユーザーと作成日時                                     |
| 送付状況    | 「未送信」「送信失敗」「送信済（件数）」「キュー待ち」「送信中」（フォーム送信機能が有効な場合のみ表示） |
| 開封状況    | 「未開封」「開封済」（フォーム送信機能が有効な場合のみ表示）                       |
| 操作      | 三点リーダーから削除（削除すると復元できません）                             |

行をクリックすると、[文言の詳細編集画面](/immedio-box/leads/outbound-detail.md)が表示されます。列の見出し（企業／プロンプト／ラベル／作成者・作成日）をクリックすると並び替えができます。

## 検索・絞り込み

* 一覧上部の検索ボックスから、企業名・プロンプト名・ラベルで検索できます
* フォーム送信機能が有効な場合、セレクトから送付状況（未送信／送信中／送信済／送信失敗）または開封状況（未開封／開封済）のいずれかで絞り込めます

## フォーム送信（フォーム送信機能が有効な場合）

各行のチェックボックスで文言を選択し、「選択した企業にフォーム送信」ボタンから企業の問い合わせフォームへ送信できます。

1. 送信したい文言にチェックを入れる
2. 「選択した企業にフォーム送信（件数）」をクリックする
3. 確認モーダルで、送信対象の企業名と文面（「全文表示」で件名・本文のプレビューを確認可能）を確認する
4. 「（件数）件を送信」をクリックする


---

# 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.immedio.io/immedio-box/leads/outbound.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.
