From ae2635b5471ffd1097b923b556ee893ae9ba1ca5 Mon Sep 17 00:00:00 2001 From: "David G. Simmons" Date: Sat, 4 Nov 2017 08:43:13 -0400 Subject: [PATCH] Readme update --- plugins/inputs/webhooks/particle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/webhooks/particle/README.md b/plugins/inputs/webhooks/particle/README.md index ae9f53c33..73417b212 100644 --- a/plugins/inputs/webhooks/particle/README.md +++ b/plugins/inputs/webhooks/particle/README.md @@ -33,7 +33,7 @@ String data = String::format("{ \"tags\" : { 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 +You will need to enable JSON messages in the Webhooks setup of Particle.io, and make sure to check the "include default data" box as well. See [webhook doc](https://docs.particle.io/reference/webhooks/)