So FINALLY got round to taking some photos and training the model - well like everything in Zoneminder - works a charm

Only question I have (as i'm sending to MQTT and then using HomeAssistant (via Node-Red) to send an iOS alert with the video and actionable buttons) is what is the video url of the output of a detected face.
Little confused as this is what I have been using but does not work:
https://<domain>/zm/index.php?username=user&password=pass&action=login&view=view_video&eid={{payload.eventid}}
I can retrieve the image using this:
https://<domain>/zm/index.php?username=user&password=pass&action=login&view=image&eid={{payload.eventid}}&eid=1075&fid=snapshot&width=600
If i use `view=event` i'm taken to the ZM console
and `view=video` offers me the option to generate the video
I did wonder if the video didnt exist, but as above I can view the video of the event in the ZM console.
Any help would be greatly appreciated.
PS the person detected in the image in JSON is super handy!