Skip to content

Instantly share code, notes, and snippets.

@selten

selten/README.md Secret

Created April 27, 2016 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save selten/6b7d1cb95095aa560c7ea8fcf8e39414 to your computer and use it in GitHub Desktop.
Save selten/6b7d1cb95095aa560c7ea8fcf8e39414 to your computer and use it in GitHub Desktop.
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"]]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment