node-red推送消息到企业微信


node-red推送消息到企业微信

创建应用

node-red推送消息到企业微信

node-red推送消息到企业微信
node-red推送消息到企业微信

node-red推送消息到企业微信

获取企业微信access_token

需要参数corpid、corpsecret

文档地址:https://work.weixin.qq.com/api/doc/90000/90003/90487

获取corpid

node-red推送消息到企业微信

获取corpsecret

node-red推送消息到企业微信

node-red推送消息到企业微信
node-red推送消息到企业微信

node-red程序

node-red推送消息到企业微信

参数设置

node-red推送消息到企业微信

node-red推送消息到企业微信

URL:https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=ID&corpsecret=SECRET

node-red推送消息到企业微信

node-red推送消息到企业微信

设置完成后部署一下

node-red推送消息到企业微信

node-red推送消息到企业微信

发送应用消息

文档:https://work.weixin.qq.com/api/doc/90000/90135/90236

node-red程序

node-red推送消息到企业微信

node-red推送消息到企业微信

URL:https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=ACCESS_TOKEN

node-red推送消息到企业微信

node-red推送消息到企业微信

node-red推送消息到企业微信

node-red推送消息到企业微信

node-red推送消息到企业微信

node-red推送消息到企业微信

json内容:{“touser”:”@all”,”msgtype”:”text”,”agentid”:1,”text”:{“content”:”这里是消息内容!”}}

agentid获取

node-red推送消息到企业微信

node-red推送消息到企业微信

绑定微信

绑定普通微信,不用下载安装企业微信APP在普通微信接收消息

node-red推送消息到企业微信

node-red推送消息到企业微信

本文章来源于互联网,如有侵权,请联系删除!原文地址:node-red推送消息到企业微信

相关推荐: 2021-03-20 thingsboard自定义echarts widget(1)

echarts https://echarts.apache.org/zh/index.html 比较火的作图库。 最简单的例子:https://echarts.apache.org/examples/zh/editor.html?c=line-simple …