Not sure if this is what you are after. You have two notify examples here. Hope it helps you.
- Current temperature
- Current time
[{"id":"44231102.ac4","type":"link in","z":"cf1212c1.a61a","name":"Link In","links":["7ee9180b.d155c"],"x":730,"y":180,"wires":[["7c52074c.2962c","a126b27c.580de8"]],"l":true},{"id":"7ee9180b.d155c","type":"link out","z":"cf1212c1.a61a","name":"Link Out","links":["44231102.ac4"],"x":540,"y":180,"wires":[],"l":true},{"id":"7c52074c.2962c","type":"api-call-service","z":"cf1212c1.a61a","name":"📢 Alexa","server":"be196a96.e67d88","version":1,"debugenabled":false,"service_domain":"notify","service":"alexa_media_living_room_echo_dot","entityId":"","data":"{\"message\":\"{{payload}}\",\"data\":{\"type\":\"tts\",\"method\":\"speak\"},\"target\":[\"media_player.living_room_echo_dot\"]}","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":860,"y":40,"wires":[[]]},{"id":"a126b27c.580de8","type":"debug","z":"cf1212c1.a61a","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":870,"y":280,"wires":[]},{"id":"3ff97e7d.ea9412","type":"inject","z":"cf1212c1.a61a","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":140,"wires":[["e37abef3.981098"]]},{"id":"e37abef3.981098","type":"function","z":"cf1212c1.a61a","name":"Bedroom Temperature","func":"msg.payload =\n\n\"The bedroom temperature is \"+\n\"{{states.sensor.bedroom_temperature.state}}\"+ \", \" +\n\n\"Degrees\"\n\nreturn msg","outputs":1,"noerr":0,"initialize":"","finalize":"","x":320,"y":140,"wires":[["7ee9180b.d155c"]]},{"id":"9fb54d88.49106","type":"inject","z":"cf1212c1.a61a","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":120,"y":200,"wires":[["be878e9c.fe8a6"]]},{"id":"be878e9c.fe8a6","type":"function","z":"cf1212c1.a61a","name":"Time","func":"msg.payload =\n\n\"The time is \"+\n\"{{states.sensor.time.state}}\"\n\nreturn msg","outputs":1,"noerr":0,"initialize":"","finalize":"","x":270,"y":200,"wires":[["7ee9180b.d155c"]]},{"id":"be196a96.e67d88","type":"server","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]