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
1 2 3 |
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"}' |