> 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/zh/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/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. 选择 **创建应用**.

#### 启用入站 Webhooks 并创建 Webhook URL

1. 在 Slack 的 [应用仪表板](https://api.slack.com/apps) 中，找到并 **选择你创建的 impact.com 应用** 。
2. 在应用的管理仪表板上，找到左侧的 *功能* 部分，并选择 **Incoming Webhooks**.
3. 在 *启用入站 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/bd76627d3857d9646703a4afec2e4a0ba593e7f9" 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/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>&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.
