Pushover-Push-Notification

After you register for Pushover it allows you to send push notifications to your phone (if you have the application).

[{"id":"3b9c54cc.4a55fc","type":"http request","z":"1c544eaf.8c0331","name":"Post to Pushover","method":"POST","ret":"txt","url":"https://api.pushover.net/1/messages.json","x":2406.5001831054688,"y":449.93333435058594,"wires":[["bfec12d3.8d57a8"]]},{"id":"9b9a2e9d.aa0aa8","type":"function","z":"1c544eaf.8c0331","name":"","func":"msg.headers = {\n    \"content-type\": \"application/x-www-form-urlencoded\"\n};\nmsg.payload = { \n    user: 'USERKEYHERE',\n    token: 'ApplicationKeyHere',\n    message: 'MESSAGE HERE',\n    title: 'TITLE HERE',\n    priority: '-1'\n};\nreturn msg;","outputs":1,"noerr":0,"x":2212.5001220703125,"y":449.5999755859375,"wires":[["3b9c54cc.4a55fc"]]}]

Flow Info

Created 8 years, 8 months ago
Rating: not yet rated

Owner

Actions

Rate:

Node Types

Core
  • function (x1)
  • http request (x1)

Tags

  • pushover
  • push
  • notification
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option