Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Last active August 3, 2016 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwhinnery/fd15e6a734be1a8a889d0f502a47f730 to your computer and use it in GitHub Desktop.
Save kwhinnery/fd15e6a734be1a8a889d0f502a47f730 to your computer and use it in GitHub Desktop.
var t = new twilio.TwimlResponse();
t.dial((dial) => {
dial.number('+16518675309');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment