Hi Guys
I am trying to send image notification using telegram sender node this is the function node code used by me
msg.payload = {
chatId : -XXXXXXX,
type : "photo",
content: "/share/snapshot_Camera - MediaProfile_Channel1_SubStream1.jpg",
};
return msg;
Getting the below error in debug
Caught exception in sender node:'Error: ETELEGRAM: 400 Bad Request: URL host is empty'when processing message: {"_msgid":"","payload":{"chatId":-,"type":"photo","content":"/share/snapshot_Camera - MediaProfile_Channel1_SubStream1.jpg","options":{"chat_id":-,"photo":"/share/snapshot_Camera - MediaProfile_Channel1_SubStream1.jpg"}}}