Gustavo
Published © GPL3+

Sharing push notifications of your hardware

Share push notifications of your hardware with family or friends

BeginnerProtip4,277
Sharing push notifications of 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": "pushbulletHOME",
  "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": "",
      "channel_tag": "hacksterArticle123456789"
  },
  "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