Skip to content

Instantly share code, notes, and snippets.

@abraham
Created October 22, 2010 22:29
Show Gist options
  • Save abraham/641497 to your computer and use it in GitHub Desktop.
Save abraham/641497 to your computer and use it in GitHub Desktop.
Building phone menus with Twilio
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Gather action="/process.php" method="GET">
<Say>Please enter your account number, followed by the pound sign</Say>
</Gather>
<Say>We didn't receive any input. Goodbye!</Say>
</Response>
http://twimlets.com/menu?Message=Hi+There&Options[1]=http://foo.com&Options[2]=http://bar.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment