[wd_asp elements=’search’ ratio=’100%’ id=1]

Pushbullet API – Send (push) a note to Pushbullet – Raspberry Pi

20th December 2014

Raspberry-Pi

Raspberrypi - Codehaven

How simple is this!
Mae sure you can use curl, Raspberry Pi had it installed already. From command line terminal window add this, only changing all the x’s to your api code, which you find after logging in to pushbullet and going to http://www.pushbullet.com/account

curl -u xxxxxxxxxxxxxxxxx: -X POST https://api.pushbullet.com/v2/pushes --header 'Content-Type: application/json' --data-binary '{"type": "note", "title": "Note Title", "body": "test body"}'