I have 13 windows in the house. I want to send a notification to my iOS device when a window is opened. Now I have been able to do this if I setup 1 flow per window. But is there a way to setup under 1 flow and just have Node-Red send the notification based on knowing which when was opened. I have added my flow below. The Notify Sean iPhone sends iOS notification with the name of the window opened. My goal is to put all windows in this flow and have Node Red pull the name from entity id and change iOS notification instead of having 13 flows that are the same.
[{"id":"5b724328.7e27ec","type":"tab","label":"Guest Bedroom Window Opened","disabled":false,"info":""},{"id":"edec98aa.273268","type":"api-call-service","z":"5b724328.7e27ec","name":"Notify Garage Google Mini","server":"f70a8bc3.ce4fe8","version":1,"debugenabled":false,"service_domain":"tts","service":"google_say","entityId":"media_player.garage_speaker","data":"{\"message\":\"Guest Bedroom Window 1 Opened\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":600,"y":480,"wires":[[]]},{"id":"b05fd6da.02be88","type":"api-call-service","z":"5b724328.7e27ec","name":"Notify Sean iPhone","server":"f70a8bc3.ce4fe8","version":1,"debugenabled":false,"service_domain":"notify","service":"mobile_app_seans_iphone","entityId":"","data":"{\"message\":\"Guest Bedroom Window 1 Opened\",\"title\":\"Window Opened\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":570,"y":60,"wires":[[]]},{"id":"24557b4b.9c2ed4","type":"api-call-service","z":"5b724328.7e27ec","name":"Notify Michelle iPhone","server":"f70a8bc3.ce4fe8","version":1,"debugenabled":false,"service_domain":"notify","service":"mobile_app_michelle_iphone","entityId":"","data":"{\"message\":\"Guest Bedroom Window 1 Opened\",\"title\":\"Window Opened\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":580,"y":140,"wires":[[]]},{"id":"8119622a.a5f2","type":"api-call-service","z":"5b724328.7e27ec","name":"Notify Master Bedroom Echo","server":"f70a8bc3.ce4fe8","version":1,"debugenabled":false,"service_domain":"notify","service":"alexa_media_master_bedroom_echo_dot","entityId":"","data":"{ \"type\": \"tts\" \"message\": \"Guest Bedroom Window 1 Opened\",}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":600,"y":240,"wires":[[]]},{"id":"6bb9d99e.7f6b18","type":"api-call-service","z":"5b724328.7e27ec","name":"Notify Living Room Echo","server":"f70a8bc3.ce4fe8","version":1,"debugenabled":false,"service_domain":"notify","service":"alexa_media_living_room_echo","entityId":"","data":"{ \"type\": \"tts\" \"message\": \"Guest Bedroom Window 1 Opened\",}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":590,"y":320,"wires":[[]]},{"id":"42569d52.aa50b4","type":"api-call-service","z":"5b724328.7e27ec","name":"Notify Office Google Mini","server":"f70a8bc3.ce4fe8","version":1,"debugenabled":false,"service_domain":"tts","service":"google_say","entityId":"media_player.office_speaker","data":"{\"message\":\"Guest Bedroom Window 1 Opened\"}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":590,"y":400,"wires":[[]]},{"id":"a88e15f5.aa0978","type":"server-state-changed","z":"5b724328.7e27ec","name":"Guest Bedroom Window 1 Opened","server":"f70a8bc3.ce4fe8","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"binary_sensor.wyze_guestbed_window_one","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"on","halt_if_type":"str","halt_if_compare":"is","outputs":2,"output_only_on_state_change":true,"x":160,"y":100,"wires":[["b05fd6da.02be88","24557b4b.9c2ed4","8119622a.a5f2","6bb9d99e.7f6b18","42569d52.aa50b4","edec98aa.273268"],[]]},{"id":"f70a8bc3.ce4fe8","type":"server","z":"","name":"Home Assistant","addon":true}]