Android Actionable Notification

I’m able to get notifications from my camera(via motion). The notifications come with a thumbnail image. I’m hoping to get a larger image so I thought an actionable notification will work.

The following is my action in my automation.

image: /local/driveway_night_alert.jpg
data:
priority: high
ttl: 0
actions:

  • action: URI
    title: open snapshot
    uri: /local/driveway_night_alert.jpg

The issue is when I select open snapshot it does not retrieve the current image(one with the notification) but a previous notification image. No idea where this image is as the image in the local folder is correct.