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

# 推送通知到微信（PushPlus）

通过 PushPlus 向微信帐号通过公众号发送消息

### 配置项说明

需要先在官网用微信登录，然后在这里点击你的token下的一键复制，复制token。此token就是指令的第一个参数 token。

先到官网登录注册：PushPlus官网[PushPlus官网](https://www.pushplus.plus/) 然后去获取它token，第一次注册获取token需要交一块钱才能获取到。

<img src="https://mintcdn.com/bazhuayu-rpa-docs/N2_JlZ5xSCqGiIcu/helpcenter/commands/custom-commands/2OceBTsN/images/I9d0aMUC-01.png?fit=max&auto=format&n=N2_JlZ5xSCqGiIcu&q=85&s=3c399a2a2e07d5e0e4883504e3a20d9d" alt="image" width="1830" height="280" data-path="helpcenter/commands/custom-commands/2OceBTsN/images/I9d0aMUC-01.png" />

<img src="https://mintcdn.com/bazhuayu-rpa-docs/N2_JlZ5xSCqGiIcu/helpcenter/commands/custom-commands/2OceBTsN/images/I9d0aMUC-02.png?fit=max&auto=format&n=N2_JlZ5xSCqGiIcu&q=85&s=c097f89f520d5cb7ec438e9d41e77c57" alt="image" width="1351" height="224" data-path="helpcenter/commands/custom-commands/2OceBTsN/images/I9d0aMUC-02.png" />

<strong>注意：</strong>内容限制：标题不得超过 100 个字，内容不得超过 20000 个字，每天推送不得超过 200 次。

#### 输入

token:上面复制的token。

标题：通知标题。

内容：通知内容。

<img src="https://mintcdn.com/bazhuayu-rpa-docs/N2_JlZ5xSCqGiIcu/helpcenter/commands/custom-commands/2OceBTsN/images/I9d0aMUC-03.png?fit=max&auto=format&n=N2_JlZ5xSCqGiIcu&q=85&s=4cca184b203f8e93b3ce412a4c461ffe" alt="image" width="672" height="489" data-path="helpcenter/commands/custom-commands/2OceBTsN/images/I9d0aMUC-03.png" />

手机公众号收到效果

<img src="https://mintcdn.com/bazhuayu-rpa-docs/N2_JlZ5xSCqGiIcu/helpcenter/commands/custom-commands/2OceBTsN/images/I9d0aMUC-04.png?fit=max&auto=format&n=N2_JlZ5xSCqGiIcu&q=85&s=2c77ae5b8e1db284e3aa849cc0ded0ee" alt="image" width="1280" height="903" data-path="helpcenter/commands/custom-commands/2OceBTsN/images/I9d0aMUC-04.png" />

成功返回

\{

"code": 200,

"msg": "执行成功",

"data": "1b7f871ae1024b5aaf646c8c16dff600"

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