Gustavo
Published © GPL3+

Add push notifications to your hardware

Use Pushbullet to notify you of whatever your hardware is doing

BeginnerProtip41,270
Add push notifications to your hardware

Things used in this project

Story

Read more

Code

webhook

JSON
You need to configure this in the Particle cloud following the instructions above
{
  "eventName": "pushbullet",
  "url": "https://api.pushbullet.com/v2/pushes",
  "requestType": "POST",
  "headers": {
    "Authorization": "Bearer 123456789012345678901234567890",
    "Content-Type": "application/json"
  },
  "json": {
      "type": "note",
      "title": "{{SPARK_EVENT_VALUE}}",
      "body": ""
  },
  "mydevices": true
}

Credits

Gustavo

Gustavo

33 projects • 302 followers
I focus on creating Particle IoT solutions coupled with mobile and web applications. Available for contract work at gusgonnet@gmail.com.

Comments