Last active
August 29, 2015 14:23
-
-
Save toolboc/f2fb8e20821910260436 to your computer and use it in GitHub Desktop.
Particle Webhook for Publishing to http://connectthedotsdx.azurewebsites.net
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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