Skip to content

Instantly share code, notes, and snippets.

@data-henrik
Created October 14, 2014 08:28
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 data-henrik/8b5cbe77bc8366b91c6b to your computer and use it in GitHub Desktop.
Save data-henrik/8b5cbe77bc8366b91c6b to your computer and use it in GitHub Desktop.
Use sipgate.io service to log phone calls in Cloudant and send out SMS via Twilio
[{"id":"22443f17.51e9c","type":"twilio-api","sid":"yourSID","from":"+1...","name":"yourName"},{"id":"6c4ca932.9808c8","type":"http in","name":"phone","url":"/phoneSQ","method":"post","x":78,"y":105,"z":"80bb3f00.018e5","wires":[["cca6d68c.4aac3","878475e0.5947b8"]]},{"id":"cca6d68c.4aac3","type":"http response","name":"ok","x":227,"y":199,"z":"80bb3f00.018e5","wires":[]},{"id":"ad3ed6be.2f6eb8","type":"cloudant out","service":"yourCloudantServiceOnBluemix","cloudant":"","name":"calls","database":"calls","payonly":true,"operation":"insert","x":597,"y":150,"z":"80bb3f00.018e5","wires":[]},{"id":"878475e0.5947b8","type":"json","name":"","x":324,"y":121,"z":"80bb3f00.018e5","wires":[["ad3ed6be.2f6eb8","f260081e.ee3db"]]},{"id":"f260081e.ee3db","type":"twilio out","service":"Twilio-qw","twilio":"22443f17.51e9c","from":"+1...","number":"+49...","name":"yourName","x":437,"y":219,"z":"80bb3f00.018e5","wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment