Skip to content

Instantly share code, notes, and snippets.

@nippe
Created May 11, 2016 06:44
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 nippe/9f67a6a172a46acbcb6a6525629d1db3 to your computer and use it in GitHub Desktop.
Save nippe/9f67a6a172a46acbcb6a6525629d1db3 to your computer and use it in GitHub Desktop.
{
“eventName”: “twilio”,
“url”: “https://api.twilio.com/2010-04-01/Accounts//Messages",
“requestType”: “POST”,
“auth”: {
“username”: “”,
“password”: “”
},
“form”: {
“From” : “”,
“To” : “”,
“Body” : “{{SPARK_EVENT_VALUE}}”
},
“mydevices”: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment