Small fixes

Hoping to pass CircleCI this time
This commit is contained in:
David G. Simmons
2017-11-02 15:18:45 -04:00
parent 43fa8d180a
commit 5cacf2738c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
# 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://<my_ip>:1619/particle`, and under `Advanced Settings` click on `JSON` and add:
You should configure your Particle.io's Webhooks to point at the `webhooks` service. To do this go to `(https://console.particle.io/)[https://console.particle.io]` and click `Integrations > New Integration > Webhook`. In the resulting page set `URL` to `http://<my_ip>:1619/particle`, and under `Advanced Settings` click on `JSON` and add:
```
{
"influx_db": "your_database_name"
"influx_db": "your_measurement_name"
}
```