node-red-contrib-processcube-mcp
Version:
MCP nodes for ProcessCube
19 lines • 422 B
JSON
{
"id": "7d9a25a76052081d",
"type": "function",
"z": "28bce906c0d46bbe",
"name": "create email",
"func": "const email = msg.payload;\n\nmsg.to = email.empfaenger;\nmsg.topic = email.betreff;\nmsg.payload = email.text;\nreturn msg;",
"outputs": 1,
"timeout": 0,
"noerr": 0,
"initialize": "",
"finalize": "",
"libs": [],
"wires": [
[
"c0ed620e62f5e11f",
"fc175da8f0d0f4d0"
]
]
}