> ## Documentation Index
> Fetch the complete documentation index at: https://rpa.bazhuayu.com/helpcenter/llms.txt
> Use this file to discover all available pages before exploring further.

# 群通知

> 向企业微信群、钉钉群、飞书群等发送消息通知，实现流程结果实时触达。

**群通知**类指令让你在流程执行的关键节点，自动将运行结果、异常告警或数据报表推送到群聊中。

## 指令能做什么

* **消息发送**：向指定群聊或 Webhook 地址发送文本、Markdown 格式消息
* **@成员**：在消息中 @ 指定成员，确保关键信息及时送达
* **多平台支持**：企业微信、钉钉、飞书等主流平台的消息推送

## 适用场景

| 场景   | 说明                     |
| ---- | ---------------------- |
| 结果通知 | 流程执行完毕后，将汇总结果发到群聊      |
| 异常告警 | 流程遇到错误时自动发送告警消息并 @ 负责人 |
| 定时播报 | 每日固定时间自动汇总业务数据，推送到部门群  |

## 指令列表

<CardGroup cols="2">
  <Card title="企业微信群通知" href="/helpcenter/helpcenter/commands/group-notification/notifywechatworkgroupcommand">
    通过RPA指令发送企业微信群消息。只需在企业微信建好机器人，并把机器人链接复制到RPA指令里，就可轻松的实现群消息的发送。
  </Card>

  <Card title="飞书群通知" href="/helpcenter/helpcenter/commands/group-notification/notifylarkgroupcommand">
    通过RPA指令发送飞书群通知。只需在飞书群建好机器人，并把机器人链接复制到RPA指令里，就可轻松的实现群通知的发送。
  </Card>

  <Card title="钉钉群通知" href="/helpcenter/helpcenter/commands/group-notification/notifydingtalkgroupcommand">
    通过RPA指令发送钉钉群通知。只需在钉钉群建好机器人，并把机器人链接复制到RPA指令里，就可轻松实现发送群通知。
  </Card>
</CardGroup>

<Info>
  使用指令过程中遇到问题？前往 [八爪鱼RPA 开发者社区问答板块](https://rpa.bazhuayu.com/community/questions) 提问，获取官方与社区帮助。
</Info>
