Can I Integrate Speakatoo’s Text-to-Speech API with Software AG Tools for Audio Alerts?

I’m exploring ways to use Speakatoo’s text-to-speech (TTS) API to create audio alerts within Software AG tools. Has anyone tried integrating TTS services like Speakatoo with Software AG products? I’m thinking of using it to convert text alerts into voice notifications for easier monitoring. How practical is this approach, and what challenges might come up during integration? Any advice or experiences on using TTS for real-time data alerts in Software AG tools would be great to hear!

It should be no-brainer by implementing any TTS service API in a microservice which either provides an REST endpoint and calling the Speakatoo API to convert the data to speech.
You could also use the notification service to subscribe on real-time data, create new events and attach the voice file to it. Using that approach you can push that data to any other clients or use smart speakers to inform you that something happened.