I just finished setting up the Notify Events Integration. I’m able to send messages to my Iphone Telegram app with Node Red but I can not figure out the JSON formatting to send a local picture file.
Here is the service call I’m trying to figure out.
Not sure if this is 100% required but i believe it is. You need to have the pictures be accessible from outside your network. So save them @ your www folder and then just link to your external URL like this:
{ data: { "message": "Unregelmäßigkeit bei " + msg.data.new_state.attributes.friendly_name + " wurde erkannt",
"data":{"photo":[{"url":"https://YOURSERVER.duckdns.org/local/snapshots/snapshot_living.jpg"}]}}