From 8e587e74f5b65aa419dfefbef01f2e500dc005e9 Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Fri, 3 Nov 2017 13:28:00 -0400 Subject: [PATCH] Revert "Update README.md" This reverts commit 8ed00af10a9a5950850f27a5c196dcc0245166b0. --- plugins/inputs/webhooks/particle/README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/plugins/inputs/webhooks/particle/README.md b/plugins/inputs/webhooks/particle/README.md index d11b6f7fb..1212b742a 100644 --- a/plugins/inputs/webhooks/particle/README.md +++ b/plugins/inputs/webhooks/particle/README.md @@ -1,15 +1,6 @@ # particle webhooks -You should configure your Particle.io's Webhooks to point at the `webhooks` service. To do this go to `console.particle.io/` and click `Integrations > New Integration > Webhook`. In the resulting page set `URL` to `http://:1619/particle`, and under `Advanced Settings` click on `JSON` and add: - -``` -{ - "influx_db": "your_database_name" -} -``` - -If required, enter your username and password, etc. and then click `Save` - +You should configure your Rollbar's Webhooks to point at the `webhooks` service. To do this go to `particle.com/` and click `Settings > Notifications > Webhook`. In the resulting page set `URL` to `http://:1619/particle`, and click on `Enable Webhook Integration`. ## Events @@ -27,9 +18,9 @@ String data = String::format("{ \"tags\" : { ); Particle.publish("event_name", data, PRIVATE); ``` -Escaping the "" is required in the source file on the Particle device. +Escaping the "" is required in the source file. The number of tag values and field values is not restrictied so you can send as many values per webhook call as you'd like. - +You will need to enable JSON messages in the Webhooks setup of Particle.io See [webhook doc](https://docs.particle.io/reference/webhooks/)