Nest Camera Thumbnail Notification

Been searching all over the solution and have read the documentation and multiple threads to no avail.
I see the file where the camera event snapshots are stored, however, i can’t figure for the life of me on how to send them via notification.

alias: Camera Test 1
description: ""
trigger:
  - platform: device
    device_id: a8df670d8a9d7c9a76c37e0927e4b742
    domain: nest
    type: camera_person
condition: []
action:
  - service: notify.mobile_app_on_phone
    data:
      message: Front Door
      data:
        image: >-
          /config/nest/event_media/a8df670d8a9d7c9a76c37e0927e4b666/**1663116793-camera_motion.jpg**  
mode: single

The / /****.jpg is what I can’t figure out how to send when calling a service, let alone when the event happens

Any help is appreciated!!!