> 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/agency/zh/what-would-you-like-to-learn-about/brand-and-partner-management/send-messages-on-behalf-of-brands.md).

# 代表品牌发送消息

访问应用内消息功能以管理日常沟通并作为代理回复品牌/合作伙伴。加入品牌的消息订阅后，您将能够代表品牌向合作伙伴发送消息。合作伙伴会收到通知，知道他们正在与管理该品牌账户的代理方交流。

按照以下步骤以首次或回归用户身份继续：

1. 登录您的代理账户。
2. 从左侧导航菜单，选择 **广告主**.
3. 在 *我的广告主* 屏幕，找到您想要访问的品牌账户。
4. 在 *登录* 列中，选择 **登录**.
5. 登录到品牌账户后，选择 ![](/files/f86607e03c73b0cf7e0bf22a4f1da92b0a3718d3) **\[收件箱]** 在左侧导航菜单中。
   * 或者，如果这是您首次代表品牌发送消息，请选择 **加入** → **确定** 以选择加入消息订阅。
6. 要与合作伙伴创建新的消息线程，请选择 ![](/files/937902a2c5b6c1f2d9a21079b3fdf0b9f5f8c960) **\[撰写]**.
7. 搜索您想要发送消息的合作伙伴。
8. 输入您想发送给合作伙伴的消息。
   * 可选地，您可以选择 ![](/files/c4d6a995026667c0c186f125f1c0d3651621e606) **\[附加文件]**。可附加的文件类型包括：CSV、PDF、JPEG、PNG、GIF。
   * 所有接收和发送的附件都会进行病毒扫描。
9. 输入消息并添加附件后，选择 **发送**.

#### 退出消息订阅

如果您想离开消息订阅，可以从品牌账户中退出。

1. 从左侧导航菜单，选择 ![](/files/e8ee154c84afc18c51180e1c6d71f1967e21b65e) **【菜单】** → **设置**.
2. 在 *项目*下，选择 **消息**.
3. 选择 **离开消息订阅** → **离开**.


---

# 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/agency/zh/what-would-you-like-to-learn-about/brand-and-partner-management/send-messages-on-behalf-of-brands.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.
