Skip to content

Instantly share code, notes, and snippets.

@thekarel
Created August 18, 2019 21:55
Show Gist options
  • Save thekarel/093945063f9df420eb01ef720fec041a to your computer and use it in GitHub Desktop.
Save thekarel/093945063f9df420eb01ef720fec041a to your computer and use it in GitHub Desktop.
Send message with Pushbullet
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