n8n-nodes-wechat-pad-pro
Version:
n8n node for WeChatPadPro, allowing you to automate WeChat messaging and interactions within your n8n workflows. Support WeChatPadPro0859
21 lines (20 loc) • 525 B
JSON
{
"displayName": "WeChatPadPro Text Message Trigger",
"name": "weChatPadProTextMessageTrigger",
"icon": "file:wechatPadPro.svg",
"group": ["trigger"],
"version": 1,
"description": "Triggers when a text message is received from WeChatPadPro",
"defaults": {
"name": "WeChatPadPro Text Message Trigger"
},
"inputs": [],
"outputs": ["main"],
"credentials": [
{
"name": "weChatPadProApi",
"required": true
}
],
"properties": []
}