I have the Slack integration set up and I can send notifications to it from HA
However I can’t find anywhere how to send images without making publically shared images and embed URLs in the message (I don’t want my images public as they are my home CCTV frames)
I’ve looked everywhere and I have found stubs of conversations, the most promising being using the file: not image: data in the YAML.
Without the “file:” the message gets to my Slack channel. Oddly, probably because it has no effect, if I use “image:” the message arrives (without the image)
With file: it doesn’t arrive
The image is reachable, it works in other notification types. The message works. I have the right OAuth permissions in my slack api for the bot (inc file:write). It should work!
action: notify.wanda
metadata: {}
data:
message: "{{ response.response_text }}"
data:
file:
path: /config/www/llmvision/frame0001.jpg
Does anyone know the answer
1 post - 1 participant