[
{
"id": "38b7d07742cd9d0b",
"type": "tab",
"label": "流程 2",
"disabled": false,
"info": "",
"env": []
},
{
"id": "fccc38e979d17384",
"type": "inject",
"z": "38b7d07742cd9d0b",
"name": "",
"props": [],
"repeat": "10",
"crontab": "",
"once": true,
"onceDelay": 0.1,
"topic": "",
"x": 110,
"y": 140,
"wires": [
[
"4f1f0eee5466c8e6"
]
]
},
{
"id": "ee8db3534f3acc30",
"type": "http request",
"z": "38b7d07742cd9d0b",
"name": "",
"method": "POST",
"ret": "txt",
"paytoqs": "ignore",
"url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxxxxxxxxxx",
"tls": "",
"persist": false,
"proxy": "",
"insecureHTTPParser": false,
"authType": "",
"senderr": false,
"headers": [
{
"keyType": "Content-Type",
"keyValue": "",
"valueType": "application/json",
"valueValue": ""
}
],
"x": 600,
"y": 180,
"wires": [
[
"72004129fdecec40"
]
]
},
{
"id": "72004129fdecec40",
"type": "debug",
"z": "38b7d07742cd9d0b",
"name": "debug 1",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 840,
"y": 180,
"wires": []
},
{
"id": "4f1f0eee5466c8e6",
"type": "template",
"z": "38b7d07742cd9d0b",
"name": "JSON数据",
"field": "payload",
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "{\n \"msgtype\": \"text\",\n \"text\": {\n \"content\": \"广州今日天气:29度,大部分多云,降雨概率:60%\",\n \"mentioned_list\":[\"wangqing\",\"@all\"],\n \"mentioned_mobile_list\":[\"13800001111\",\"@all\"]\n }\n}",
"output": "str",
"x": 330,
"y": 160,
"wires": [
[
"ee8db3534f3acc30"
]
]
},
{
"id": "86db25fabc0affb3",
"type": "comment",
"z": "38b7d07742cd9d0b",
"name": "微信群机器人消息推送",
"info": "",
"x": 140,
"y": 60,
"wires": []
}
]
nodered推送企业微信机器人消息
于 2023-03-12 21:43:33 首次发布