> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/messaging/see-impactcom-messages-from-partners-in-slack.md).

# Slackでパートナーからのimpact.comメッセージを見る

impact.com [メッセージ](/brand/ja/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/messaging/send-a-message-to-a-partner.md) 参加しているプログラムのパートナーとメッセージを交換でき、Slack でパートナーのメッセージや通知を受け取ることもできます。Slack ワークスペースでチャンネルを設定する方法については、Slack の [Incoming Webhooks](https://api.slack.com/messaging/webhooks)を使用して、impact.com のメッセージを Slack アプリで表示できるようにします。

<div data-with-frame="true"><figure><img src="/files/bda8f6c5307308e7b62b3087d8e34d2caaa330fa" alt=""><figcaption></figcaption></figure></div>

#### 仕組み

* Slack ワークスペースに新しいアプリを作成し、通知を表示したいチャンネル用の Webhook URL を生成します。
* impact.com アカウントで、そのチャンネルの webhook URL を追加して連携を有効にします。
* 接続すると、impact.com でメッセージを受信するたびに、Slack がそのチャンネル経由で通知します。

#### Slack で impact.com アプリを作成する

{% hint style="warning" %}
**重要：** アプリを作成するには、Slack ワークスペースへの開発者アクセスが必要です。
{% endhint %}

1. Slack の [アプリダッシュボード](https://api.slack.com/apps) にアクセスして、Slack 開発者プラットフォームにサインインします。
2. 選択します **アプリを作成**.
3. アプリに **名前**、たとえば `Acme Inc`.
4. 次の **ワークスペース** を選択して、アプリをホストする場所を指定します。
5. 選択します **アプリを作成**.

#### Incoming Webhooks を有効にして Webhook URL を作成する

1. Slack の [アプリダッシュボード](https://api.slack.com/apps) で、 **impact.com アプリを選択し** 作成します。
2. アプリの管理ダッシュボードで、 *機能* セクションを左側で見つけて **Incoming Webhooks**.
3. の横にある *Incoming Webhooks を有効にする*、選択します ![](/files/966a7b9c51811043ca7c1811ec6f6b9ef39fd26f) **\[オンに切り替え]** 有効にしてください。
4. ページが更新されたら、 *ワークスペース用の Webhook URL セクション* を選択し、 **ワークスペースに新しい Webhook を追加**.
5. プロンプトで、 **ドロップダウン** を使って、impact.com が投稿できるチャンネルを選択します。
6. 選択します **承認**.
7. で *Webhook URL* セクションで、 **コピー** を使って、チャンネルの Webhook URL 全体をコピーします。

#### Slack Webhook URL を impact.com に追加する

1. impact.com のブランドアカウントを開きます。上部のナビゲーションメニューで、 ![](/files/5967ee7fb70d87774db6d781de9ca488049960c1) **\[通知]** → **設定**.
2. 次の *通知頻度* ページで、 *メッセージ* セクション。
3. 次を使用します： ![](/files/6f8314de4650eb50296a22f0905ff81ab67391cc) **\[ドロップダウンメニュー]** を選択するために **特定の設定（詳細設定）**
4. で *新しいメッセージ* フィールドで、次を選択します **個別メール**.
5. で *Slack 連携* フィールドに、 **Slack Webhook URL**.
6. 選択します **保存**.

   <div data-with-frame="true"><figure><img src="/files/a3c8a98c319602ae9deb2fb0ec5ca4234cccc21e" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/messaging/see-impactcom-messages-from-partners-in-slack.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.
