Hi! What am I dooing wrong with this?
I can recieve telegrams to Node red but I can't send. But I Dont get any errrors.
My function node looks like this:
var content = "Garageport öppen!"
msg.payload = {"chatid": 123456,
"type":"message",
"content":content}
return msg;
Any idea?