# 在 Slack 中查看来自合作伙伴的 impact.com 消息

impact.com [消息](/brand/zh/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/messaging/send-a-message-to-a-partner.md) 允许你与已加入你项目的合作伙伴交换消息，你还可以选择在 Slack 上接收合作伙伴消息和通知。请继续阅读，了解如何使用 Slack 的 [Incoming Webhooks](https://api.slack.com/messaging/webhooks)，在你的 Slack 应用中查看 impact.com 消息。

<div data-with-frame="true"><figure><img src="/files/0f2fef7bef0ceee72a5a29d4547aa2d98bf8ff9b" 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/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[打开切换]** 以启用它。
4. 当页面刷新后，前往 *你工作区的 Webhook URL 部分* 并选择 **添加新的 Webhook 到工作区**.
5. 在提示中，使用 **下拉菜单** 选择 impact.com 可以发布到哪个频道。
6. 选择 **授权**.
7. 在 *Webhook URL* 部分下，选择 **复制** 以复制该频道的完整 Webhook URL。

#### 将你的 Slack Webhook URL 添加到 impact.com

1. 打开你的 impact.com 品牌账户。在顶部导航菜单中，选择 ![](/files/3711362f41be5f094558b72112e4b270598e922d) **\[通知]** → **设置**.
2. 在 *通知频率* 页面，滚动到 *消息* 部分。
3. 使用 ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** 选择 **特定设置（高级）**
4. 在 *新消息* 字段，选择 **单独电子邮件**.
5. 在 *Slack 集成* 字段，粘贴你的 **Slack Webhook URL**.
6. 选择 **保存**.

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


---

# Agent Instructions: 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:

```
GET https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/messaging/see-impactcom-messages-from-partners-in-slack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
