I use PushBullet to send Images to my phone, so you could do something super simple like this. I am just using an Inject Node to force this for testing but you can just change that to a state node for motion.
[{"id":"be924799.49b558","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"b0d8646d.fface8","type":"inject","z":"be924799.49b558","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":140,"y":180,"wires":[["f4dc234f.550bf"]]},{"id":"f4dc234f.550bf","type":"api-call-service","z":"be924799.49b558","name":"Snap","server":"d277d7e0.b4f288","version":1,"service_domain":"camera","service":"snapshot","entityId":"camera.motioneye","data":"{\"filename\":\"/config/www/camera_snapshot/Garage1.jpg\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":210,"y":240,"wires":[["a42911d0.17329"]]},{"id":"ecb45bbf.f4ed58","type":"delay","z":"be924799.49b558","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":360,"y":340,"wires":[["90bd71b8.58db4"]]},{"id":"a42911d0.17329","type":"api-call-service","z":"be924799.49b558","name":"","server":"d277d7e0.b4f288","version":1,"service_domain":"notify","service":"pb_notifier","entityId":"","data":"{\"message\":\"Stuff\",\"data\":{\"file\":\"/config/www/camera_snapshot/Garage1.jpg\"}}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":320,"y":280,"wires":[["ecb45bbf.f4ed58"]]},{"id":"90bd71b8.58db4","type":"api-call-service","z":"be924799.49b558","name":"Snap2","server":"d277d7e0.b4f288","version":1,"service_domain":"camera","service":"snapshot","entityId":"camera.motioneye","data":"{\"filename\":\"/config/www/camera_snapshot/Garage2.jpg\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":430,"y":380,"wires":[["c96caab3.c7d938"]]},{"id":"78e0fe87.8c23a","type":"api-call-service","z":"be924799.49b558","name":"Snap3","server":"d277d7e0.b4f288","version":1,"service_domain":"camera","service":"snapshot","entityId":"camera.motioneye","data":"{\"filename\":\"/config/www/camera_snapshot/Garage3.jpg\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":590,"y":520,"wires":[["1d9489b7.5ae896"]]},{"id":"568c5c97.a4c3f4","type":"delay","z":"be924799.49b558","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":560,"y":460,"wires":[["78e0fe87.8c23a"]]},{"id":"c96caab3.c7d938","type":"api-call-service","z":"be924799.49b558","name":"","server":"d277d7e0.b4f288","version":1,"service_domain":"notify","service":"pb_notifier","entityId":"","data":"{\"message\":\"Stuff\",\"data\":{\"file\":\"/config/www/camera_snapshot/Garage2.jpg\"}}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":560,"y":420,"wires":[["568c5c97.a4c3f4"]]},{"id":"1d9489b7.5ae896","type":"api-call-service","z":"be924799.49b558","name":"","server":"d277d7e0.b4f288","version":1,"service_domain":"notify","service":"pb_notifier","entityId":"","data":"{\"message\":\"Stuff\",\"data\":{\"file\":\"/config/www/camera_snapshot/Garage3.jpg\"}}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":720,"y":580,"wires":[[]]},{"id":"d277d7e0.b4f288","type":"server","z":"","name":"Home Assistant","legacy":false,"hassio":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true}]