Skip to content

Instantly share code, notes, and snippets.

@devinrader
Created July 9, 2013 17:21
Show Gist options
  • Save devinrader/5959300 to your computer and use it in GitHub Desktop.
Save devinrader/5959300 to your computer and use it in GitHub Desktop.
local twilio = require 'twilio'
local ACCOUNTSID = '[account_sid]'
local AUTHTOKEN = '[auth_token]'
local PHONENUMBER = '+14259678361'
twilio.call(ACCOUNTSID, AUTHTOKEN,
PHONENUMBER,
"+15555555555",
'http://twilio-demo.webscript.io/hello-monkey')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment