Is there a way to send a voice message via scripting?
For example, the twilio module provides a scripting function system.twilio.sendSms
which allows you to send an SMS message via scripting instead of using the alarm notification pipeline.
Is there any way to do this but it be a voice message instead of an SMS? Different module? etc.