thats exactly my problem
"statically" it works with the following flow but I can't figure out how to compile the filename. don't see how I could use the filename either?
<[{"id":"6eaaeada.8cda3c","type":"mqtt in","z":"ed123003.62d77","name":"frigate/events","topic":"frigate/events","qos":"2","datatype":"auto","broker":"77a96594.e33e9c","x":270,"y":620,"wires":[["7358db7e.c2dfdc"]]},{"id":"7358db7e.c2dfdc","type":"json","z":"ed123003.62d77","name":"test","property":"payload","action":"","pretty":false,"x":490,"y":620,"wires":[["9b33a525.55e91"]]},{"id":"9b33a525.55e91","type":"switch","z":"ed123003.62d77","name":"start switch","property":"payload.after.end_time","propertyType":"msg","rules":[{"t":"nnull"}],"checkall":"true","repair":false,"outputs":1,"x":670,"y":620,"wires":[["6fe7b56e.fa1b34"]]},{"id":"29cd1ef8.cf2b12","type":"chatbot-telegram-send","z":"ed123003.62d77","bot":"8fc57b69.702da8","botProduction":"","track":false,"passThrough":false,"errorOutput":false,"outputs":0,"x":1210,"y":620,"wires":[]},{"id":"6fe7b56e.fa1b34","type":"http request","z":"ed123003.62d77","name":"","method":"GET","ret":"bin","paytoqs":"ignore","url":"http://192.168.1.77:5000/clips/fdc_frigate-1608878400.746213-qdxlgl.mp4","tls":"","persist":false,"proxy":"","authType":"","x":830,"y":620,"wires":[["e05cdd98.beccd"]]},{"id":"e05cdd98.beccd","type":"function","z":"ed123003.62d77","name":"","func":"msg.payload = {\n chatId: 111111111,\n type: 'video',\n caption : 'You must have a look at this!',\n content: msg.payload,\n}\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":1030,"y":620,"wires":[["29cd1ef8.cf2b12"]]},{"id":"77a96594.e33e9c","type":"mqtt-broker","name":"Eclips Mosquito","broker":"192.168.1.77","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"8fc57b69.702da8","type":"chatbot-telegram-node","botname":"steenbank_cam","usernames":"","providerToken":"","polling":"1000","store":"","log":"","debug":false,"webHook":"","connectMode":"polling"}]
>