How to send images with notify call service on Android?

I’m sure this has been asked many times before but for some reason none of the solutions I found worked for me so many apologies for asking this again.

How do I send images with the call service on Android? I know it works for iPhones but I have not been able to get it to work on Android.

Things I have tried:

{
		"data": {
			"image": "blah.jpg"
		}
}
  1. Push Notifications now available! - #20 by flamingm0e
- service: notify.mobile_phones
    data:
      message: "Someone is at the front door"
      data:
        ttl: 0
        priority: high
        image: "https://blahblah.jpg"
2 Likes

which notification platform are you using?

That’s working! Thank you!

Great! Please mark my post as the solution so people know not to worry about trying to solve the issue still. Cheers.

Done. Sorry new to HA community so don’t know half the things.

Btw if you get a chance can you pls help me with this as well?

I am not able to send a locally stored camera snapshot image.

Use your duckdns address as per my above example.

path should be like this:
image: "https://your_public_address/local/camera_snapshots/front_door_snapshot.jpg"

what about multiple images?

1 image per notification

1 Like

For that I send two notifications, one per image I need to send.

1 Like