Hunt Group for Twilio, using Twilio Functions. (aka FindMe )
I am trying to set up a hunt group with Twilio Twiml Do I have to set up a different twimlbin for each number in the hunt group? Or is there a way to join all this together into a single Twimlbin? Twimlbin 1: <Response> <Dial action="http://www.ourapp.com/webhook;FailUrl=/Twimlbin 2" timeout="10" callerId="555-555-5555"> NUMBER1 </Dial> </Response> Twimlbin 2: <Response> <Dial action="http://www.ourapp.com/webhook;FailUrl=/Twimlbin 3" timeout="10" callerId="555-555-5555"> NUMBER2 </Dial> </Response> ... Repeat N times for each agent ... Thank you :-) Twilio developer evangelist here. TwiML