In Twilio Studio, I have a flow which connects call to non-twilio number in the end. This number can be busy as I am forwarding all incoming requests to this number.
If this currently forwarded number is busy or operator does not respond then I want to connect that call to a different number.
How can we do this in Twilio Studio?
Thanks!
You can refer to this blog and in particular, DialCallStatus
, to determine call disposition. Based on the value after the Connect Call To
Widget, you can decide the next steps (if the call connected or it was busy
or no-answer
.
Build Voice Mail with SMS and Email Notifications Using Twilio Studio, Functions, and SendGrid