Skip to content

Instantly share code, notes, and snippets.

@leah
Created October 24, 2019 04:35
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 leah/de869ce145fcb565de472e333221d4db to your computer and use it in GitHub Desktop.
Save leah/de869ce145fcb565de472e333221d4db to your computer and use it in GitHub Desktop.
def make_call():
client = Client(account_sid, auth_token)
client.calls.create(url='http://demo.twilio.com/docs/voice.xml', to='+14155555555', from_=from_number)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment