简体   繁体   English

Twilio 通过 ivr 电话回复传入的短信

[英]Twilio reply to incoming sms by ivr call

I have just found out about Twilio so I don't know much about it what is possible or not.我刚刚发现了 Twilio,所以我不太了解它有什么可能。 What I want to do is whenever a user sends an SMS to Twilio number I want to reply with an IVR (Interactive voice response).我想要做的是每当用户向 Twilio 号码发送短信时,我想用 IVR(交互式语音响应)回复。 I have been able to reply to the incoming SMS with an SMS but not able to find how to reply with an IVR call.我已经能够用短信回复收到的短信,但无法找到如何用 IVR 电话回复。 Any help would be appreciated.任何帮助,将不胜感激。 Thanks.谢谢。

You can use a product like Twilio Studio to do this with very little to no code.您可以使用Twilio Studio 之类的产品来完成此操作,几乎不需要任何代码。 You associate a Studio flow to your Twilio number (which becomes your source of Twilio Markup Language / TwiML) and can handle both inbound messages and inbound/outbound voice calls via theTrigger Widget which initiates the Studio flow (a top down run through your logic composed of widgets).您将Studio 流与您的 Twilio 编号(它成为您的 Twilio 标记语言/TwiML 的来源)相关联,并且可以通过启动 Studio 流的触发器小部件处理入站消息和入站/出站语音呼叫(自上而下运行您的逻辑由小部件组成)。

You can send an inbound SMS which can be responded to with a Send Message Widget for an SMS response and then a Make Outgoing Call Widget to connect that party to your IVR, also created in Studio using the Gather Input on Call Widget .您可以发送入站 SMS,该 SMS 可以通过用于 SMS 响应的“ 发送消息”小部件进行响应,然后使用“拨出呼叫”小部件将该方连接到您的 IVR,该小部件也是在 Studio 中使用“ 在通话中收集输入”小部件创建的

Twilio Studio You Tube Play List Twilio Studio You Tube 播放列表

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM