Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@troy
Created March 19, 2010 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save troy/338091 to your computer and use it in GitHub Desktop.
Save troy/338091 to your computer and use it in GitHub Desktop.
Send a Growl, tweet, Jabber IM, or other webhook request from Cloudvox phone call API
[{"name":"onhangup","url":"http://api.notify.io/v1/notify/your_notifyio_id?api_key=your_source_api_key","method":"post","url_options":{"title":"Call","text":"from ${callerid}"}},
{"name":"onhangup","url":"http://watercoolr.nuklei.com/messages","method":"post","url_options":{"channel":"channel_id","message":"Cloudvox call from ${callerid}"}},
{"name":"speak","phrase":"in a moment, all of my notify.io recipients will know you've called. indeed."}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment