> 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/guides/workflow/notifications.md).

# 通知設定

アップロードしたファイル上でのリードの行動に応じて、メールやSlackで通知を送ることが可能です。

設定は「ファイル詳細」>「ワークフロー」で行います。通知は複数設定可能です。

<figure><img src="https://1651914056-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtOQlwhpKM7bIgwFXZt5n%2Fuploads%2FYVZY60kgrW6TlF88rR3R%2F%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88%202025-08-13%2014.53.43.png?alt=media&amp;token=f3250a0e-8c2e-4bc1-90b2-e5a341abd1c7" alt=""><figcaption></figcaption></figure>

### 通知の種類 <a href="#h_01jgzq0xnnmse0cs9c02se6zsz" id="h_01jgzq0xnnmse0cs9c02se6zsz"></a>

| **項目**    | **対応ファイル** | **説明**                                                              |
| --------- | ---------- | ------------------------------------------------------------------- |
| 開封通知      | PDF/動画     | ファイルを開いて、メールアドレスを入力すると開封通知が届きます。2回目以降など、一定数の開封があった時だけ通知することも可能です    |
| 未開封通知     | PDF/動画     | 発行したトラッキングリンクが開封されていない時に通知します。未開封通知を送信するまでの日数を指定できます                |
| 離脱通知      | PDF/動画     | ファイルから離脱すると通知が届きます。2回目以降など、一定数の離脱があった時だけ通知することも可能です                 |
| リード分析完了通知 | PDF        | PDFから離脱して閲覧履歴からAI分析結果が生成された時に通知します。2回目以降など、一定数の開封があった時だけ通知することも可能です |
| ページ到達通知   | PDF        | 指定したページに到達すると通知が届きます                                                |
| ダウンロード通知  | PDF        | ダウンロードが開始されると通知が届きます                                                |

### 通知先メールアドレス <a href="#id-01jgzq120c1rd8w9ktejqrk8t7" id="id-01jgzq120c1rd8w9ktejqrk8t7"></a>

通知は資料のオーナーに対して届きますが、通知するメールアドレスを複数設定する場合は、「,」区切りで行います。

Zapierを使ったリアルタイムで外部アプリに連携する方法は[こちら](https://github.com/immedioinc/immedio-docs/tree/main/immedio-box/guides/integrations/zapier.md)

Salesforceリードや取引先責任者の todo に追加するには[こちら](/immedio-box/guides/integrations/salesforce.md)の連携方法をご確認ください。

### Slack通知 <a href="#id-01jrv77g0nddf83gsqpa59rk69" id="id-01jrv77g0nddf83gsqpa59rk69"></a>

上記の通知はSlackでも受け取ることが可能です。Slackの設定方法については[こちら](/immedio-box/guides/integrations/slack.md)をご参照下さい。

オーナーの方がSlackメンバーIDの登録を完了されている場合は、Slack上でオーナーの方がメンションされます。また、グループメンションや@here, @channel でのメンションも可能です。

デモ動画を見る：<https://app.storylane.io/share/2bogvy8gjfzn>

{% @storylane/embed subdomain="app" url="<https://app.storylane.io/share/2bogvy8gjfzn>" linkValue="2bogvy8gjfzn" %}

### CRM項目の値で通知を絞り込む（Salesforce）

Salesforceと連携している場合、指定したSalesforce項目の値が条件に一致したときだけ通知を送るように絞り込めます。詳細については[こちら](/immedio-box/contents/detail/workflows.md#crm-filter)を参照してください。


---

# 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/guides/workflow/notifications.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.
