Created
August 18, 2019 21:55
-
-
Save thekarel/093945063f9df420eb01ef720fec041a to your computer and use it in GitHub Desktop.
Send message with Pushbullet
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
curl https://api.pushbullet.com/v2/pushes -X POST -u <access token>: --header "Content-Type: application/json" --data-binary "{\"type\": \"note\", \"title\":\"Note Title\", \"body\": \"Note Body\"}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment