Gustavo
Published © GPL3+

Sharing push notifications of your hardware

Share push notifications of your hardware with family or friends

BeginnerProtip4,234
Sharing push notifications of your hardware

Things used in this project

Hardware components

Photon
Particle Photon
×1
Pushbullet
×1
Bluz DK
Bluz DK
×1

Software apps and online services

Maker service
IFTTT Maker service

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

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

Comments

Add projectSign up / Login