gusgonnet
Published © GPL3+

Sharing push notifications of your hardware

Share push notifications of your hardware with family or friends

BeginnerProtip4,285
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

gusgonnet

gusgonnet

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

Comments