Skip to content

Instantly share code, notes, and snippets.

@tiagonmas
Created March 17, 2016 16:33
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/1ba4c7fb451aa9d06b8c to your computer and use it in GitHub Desktop.
Save tiagonmas/1ba4c7fb451aa9d06b8c to your computer and use it in GitHub Desktop.
Emoncms webhook for particle.io
{
"eventName": "emoncms",
"url": "https://emoncms.org/input/post.json",
"requestType": "GET",
"query": {
"apikey": "<YOUR API KEY>",
"json": "{{SPARK_EVENT_NAME}}:{{SPARK_EVENT_VALUE}}"
},
"noDefaults": true,
"mydevices": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment