接受电子邮件或短信并进行语音通话将文本转换为语音的服务?
我正在编写一个服务器监控应用程序,如果服务器在测试时没有正确响应,我想通过语音呼叫提醒我。
该应用程序当前向我的手机发送短信,但效果并不如我所愿,因为我并不总是随身携带手机,或者我听不到它。
我想知道是否有一种服务可以让我发送电子邮件或短信,并让它向一个或多个电话号码拨打语音电话并阅读消息?
谢谢,
史蒂夫
I am writing a server monitoring application that I'd like to alert me with a voice call if the server doesn't respond correctly when tested.
The application currently sends a text message to my mobile phone, but that hasn't worked as well as I would like, because I don't always have my mobile phone with me, or I don't hear it.
I'm wondering if there is a service to whom I could send an e-mail or text message and have it place a voice call to one or more phone numbers and read the message?
Thanks,
Steve
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Twilio
http://www.twilio.com/
他们有一个很好的简单 api 可以执行语音来电。您需要编写一些简单的代码来读取电子邮件,然后将其输入到他们的 api 中。
希望这有帮助。
鲍勃
Check out Twilio
http://www.twilio.com/
They have a nice simple api that can do the voice calls. You would need to write some simple code to read the email and then feed it into their api.
Hope this helps.
Bob