Skip to content

Instantly share code, notes, and snippets.

View bookingninja's full-sized avatar

Brent Ramirez bookingninja

View GitHub Profile
@bookingninja
bookingninja / forward_to_first_number.xml
Last active July 14, 2022 00:10
Twilio TwiML sequential call forwarding | Fwd to multiple numbers in order with a "press 1 to accept option". If no answer then returns call to Studio flow
<?xml version="1.0" encoding="UTF-8"?>
<!--This is the first bin to get triggered from the Studio flow-->
<Response>
<Dial timeout="12" action="forward_to_second_number.xml">
<Number url="whisper_instructions.xml">+13105559999
</Number>
</Dial>
</Response>