Maybe try my flow:
[{"id":"1e28ab77.23bd65","type":"inject","z":"5aabfbbd.fa65a4","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":120,"wires":[["ec24ba76.d74be8"]]},{"id":"ec24ba76.d74be8","type":"change","z":"5aabfbbd.fa65a4","name":"Message","rules":[{"t":"set","p":"message","pt":"msg","to":"Das ist ein Test","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":261,"y":120,"wires":[["2273e59a.9f407a"]]},{"id":"51757b47.a0b174","type":"comment","z":"5aabfbbd.fa65a4","name":"Notification Voice Alexa","info":"","x":120,"y":80,"wires":[]},{"id":"c907fa7a.f729a8","type":"function","z":"5aabfbbd.fa65a4","name":"Message","func":"newmsg = {}\n\nnewmsg.payload = { data: { \"message\":msg.message} }\n\nreturn newmsg;\n","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":840,"y":180,"wires":[["2794b292.bfe80e"]]},{"id":"2794b292.bfe80e","type":"api-call-service","z":"5aabfbbd.fa65a4","name":"Notify Voice","server":"","version":3,"debugenabled":false,"service_domain":"notify","service":"alexa_media_durchsage","entityId":"","data":"{\"title\":\"Home Assistant\",\"data\":{\"type\":\"announce\",\"method\":\"all\"}}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":990,"y":180,"wires":[[]]},{"id":"2273e59a.9f407a","type":"link out","z":"5aabfbbd.fa65a4","name":"Alexa Voice Notification Input (MANUAL)","links":["ec6b31d3.2c5d1"],"x":360,"y":120,"wires":[]},{"id":"ec6b31d3.2c5d1","type":"link in","z":"5aabfbbd.fa65a4","name":"Alexa Voice Notification Output","links":["2273e59a.9f407a","28028027.e4ade","1ec87f02.a7c051","3835fbe7.400f84","43fb9654.cb43d8","e9fa725b.46ef8","90407290.cf46f"],"x":455,"y":120,"wires":[["c1e16c2d.cc506"]]},{"id":"ba4ffe8b.8b9ac","type":"api-call-service","z":"5aabfbbd.fa65a4","name":"Notify Whisper","server":"","version":3,"debugenabled":false,"service_domain":"notify","service":"alexa_media_durchsage","entityId":"","data":"{\"title\":\"Home Assistant\",\"data\":{\"type\":\"announce\",\"method\":\"speak\"}}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":1000,"y":120,"wires":[[]]},{"id":"8950cc36.b2a65","type":"function","z":"5aabfbbd.fa65a4","name":"Whisper","func":"newmsg = {}\n\nnewmsg.payload = { data: {\"message\":\"<amazon:effect name='whispered'>\" + msg.whisper + \"</amazon:effect>\"}}\nreturn newmsg;\n","outputs":1,"noerr":0,"x":840,"y":120,"wires":[["ba4ffe8b.8b9ac"]]},{"id":"177bb849.b1aaf8","type":"change","z":"5aabfbbd.fa65a4","name":"Message","rules":[{"t":"set","p":"whisper","pt":"msg","to":"I know what you did last summer...hahahahaha","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":260,"y":240,"wires":[["1ec87f02.a7c051"]]},{"id":"1ec87f02.a7c051","type":"link out","z":"5aabfbbd.fa65a4","name":"Alexa Voice Notficiation Input (WHISPER MANUAL)","links":["ec6b31d3.2c5d1"],"x":355,"y":240,"wires":[]},{"id":"420e3e98.39ebc","type":"inject","z":"5aabfbbd.fa65a4","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":100,"y":240,"wires":[["177bb849.b1aaf8"]]},{"id":"51bce81b.a35308","type":"comment","z":"5aabfbbd.fa65a4","name":"Notification Voice Alexa Whisper Louder","info":"","x":170,"y":200,"wires":[]},{"id":"c1e16c2d.cc506","type":"delay","z":"5aabfbbd.fa65a4","name":"1s","pauseType":"delay","timeout":"1","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"x":550,"y":120,"wires":[["53c30353.32aaac","df58f69b.1648c8"]]},{"id":"53c30353.32aaac","type":"switch","z":"5aabfbbd.fa65a4","name":"Whisper","property":"whisper","propertyType":"msg","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":700,"y":120,"wires":[["8950cc36.b2a65"]]},{"id":"df58f69b.1648c8","type":"switch","z":"5aabfbbd.fa65a4","name":"Message","property":"message","propertyType":"msg","rules":[{"t":"nempty"}],"checkall":"true","repair":false,"outputs":1,"x":700,"y":180,"wires":[["c907fa7a.f729a8"]]}]