Skip to content

Instantly share code, notes, and snippets.

@lgleasain
Created August 9, 2012 18:50
Show Gist options
  • Save lgleasain/3307066 to your computer and use it in GitHub Desktop.
Save lgleasain/3307066 to your computer and use it in GitHub Desktop.
tropo callout
Net::HTTP.post_form(URI.parse('http://api.tropo.com/1.0/sessions'), "token" => token, "destination" => "14044754845", "tropo_tag" => 666, "caller_id" => '4048675309', "caller_id_name" => 'beavis')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment