

Handle the servers reply (a json object). tRequestHeader( 'Authorization', token ) tRequestHeader( 'Content-Type', 'application/json' ) If I use the following from a linux command line, I get the message:Ĭurl -k -o /dev/null -s -H "Content-Type: application/json" -u "MY_API_KEY": -d " PushBullet has an open API, but I am not seeing how to send the appropriate auth information via the API key I have squired. This action has been written without using libraries as jpushbullet or jpushbullet2.īoth of those libraries use various libraries themselves which makes integrating them into openHAB a challenge.Since I've been struggling to get email to function reliably, I'm looking into alternate methods. This action does not evaluate the rate limiting headers though. # Rate limitsįree accounts have a limit of 100 pushes per month. If you use an alias key, the parameters (device, icon, sound, vibration) are overwritten by the alias setting on pushbullet. You must at least provide an API token (Private or Alias Key from (opens new window)) and a message in some manner before a message can be pushed. Log in with either your personal account or the one you created for your bot.The API keys are bound to the pushbullet account. Complete the signup process as guided by the pushbullet web site.

