Skip to content

Instantly share code, notes, and snippets.

@tiagonmas
Created March 18, 2016 11:22
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 tiagonmas/d2ea35d0f244ba5002e0 to your computer and use it in GitHub Desktop.
Save tiagonmas/d2ea35d0f244ba5002e0 to your computer and use it in GitHub Desktop.
Ubidots webhook definition for Particle (For one variable)
{
"event": "ubidots",
"url":
"http://things.ubidots.com/api/v1.6/variables/<VariableID>/values",
"headers": {
"X-Auth-Token": "<YOUR TOKEN>"
},
"requestType": "POST",
"mydevices": true,
"json":
{"value": "{{SPARK_EVENT_VALUE}}"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment