Skip to content

Instantly share code, notes, and snippets.

@toolboc
Last active August 29, 2015 14:23
Show Gist options
  • Save toolboc/4beafea43c0cf0f4cd9d to your computer and use it in GitHub Desktop.
Save toolboc/4beafea43c0cf0f4cd9d to your computer and use it in GitHub Desktop.
Particle Webhook for ConnectTheDots
{
"event": "ConnectTheDots",
"url": "https://YOUR_EVENT_HUB_NAME-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": "YOURKEYHERE"
},
"mydevices": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment