gusgonnet
Published © GPL3+

Add push notifications to your hardware

Use Pushbullet to notify you of whatever your hardware is doing

BeginnerProtip41,320
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

gusgonnet

gusgonnet

36 projects • 305 followers
With a decade of Software Engineering experience in IoT, I focus on creating Particle IoT solutions coupled with mobile and web applications

Comments