Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save toolboc/f2fb8e20821910260436 to your computer and use it in GitHub Desktop.
Save toolboc/f2fb8e20821910260436 to your computer and use it in GitHub Desktop.
Particle Webhook for Publishing to http://connectthedotsdx.azurewebsites.net
{
"event": "ConnectTheDots",
"url": "https://connectthedotsex-ns.servicebus.windows.net/ehdevices/messages",
"requestType": "POST",
"json": {
"subject": "{{s}}",
"unitofmeasure": "{{u}}",
"measurename": "{{m}}",
"value": "{{v}}",
"organization": "{{o}}",
"displayname": "{{d}}",
"location": "{{l}}",
"timecreated": "{{SPARK_PUBLISHED_AT}}",
"guid": "{{SPARK_CORE_ID}}"
},
"azure_sas_token": {
"key_name": "D1",
"key": "mBLQGWxSkRHg7f2eRCLonHUpNS+DY0iPHclxjf7Cmvk="
},
"mydevices": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment