> 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.
