Show camera snapshot when alarm

Using the alarm_control_panel I want to be able to push a camera snapshot along with the alert notification.

Can anyone help me figuring out how?

I have the URL to the camera snap…
http://192.168.0.7:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=<<USER_ID>>&pwd=<<PASSWD>>

My alert message is a data template that includes name of the entity giving alert along with time/date. So how do I incorporate a snapshot?

/Brygger

Hi,

I am using camera snapshot service in HA and notification through Pushbullet. Here is my config of automation (action part):

  action:
  - data:
      entity_id: camera.kamera_xiaomi_360_2
      filename: /config/tmp/snapshot.jpg
    service: camera.snapshot
  - data:
      data:
        file: /config/tmp/snapshot.jpg
      message: MESSAGE
      target:
      - TARGET
      title: TITLE
    service: notify.notify