So I have tried again, with correctly formatted json, and I am able to send attachments (fotos).
But as stated here at the moment this is only possible, when you call the service directly in the dev-tool.
The json would look like this (insert your conversationID!)
Nothing is sent, not even the text alone. If I remove the last two lines, I receive the message in hangouts. And yes, the image exists and can be send via the dev-tools successfully.
Any ideas anybody? Maybe the fix didn’t make it in the latest version jet?
I struggled with this for a couple of hours yesterday but finally figured it out. If you use the hangouts.send_message service you can get it to work. I only have the JSON as I use node red but you can probably do something similar in YAML.
from service call manually it works with no issue [{"text": "Alarm Aan!"}],"target": [{"id": "xxxx}],"data": {"image_file": "/config/www/images/snapshot_buiten.jpg"}}