Created
January 12, 2022 21:32
-
-
Save andredtr/cf21a581618d3cdf4e024f735c08a0a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| do shell script "curl --location --request POST 'https://api.pushover.net/1/messages.json' --header 'Content-Type: application/json' --data '{\"token\": \" YOUR TOKEN HERE \", \"user\":\" YOUR USER HERE\", \"title\":\"Break ended\", \"message\":\"Time to get back at work\" }'" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment