Skip to content

Instantly share code, notes, and snippets.

@danromero
Created January 22, 2014 20:59
Show Gist options
  • Save danromero/8567247 to your computer and use it in GitHub Desktop.
Save danromero/8567247 to your computer and use it in GitHub Desktop.
HipChat API v2 private message via curl
curl -H "Content-Type: application/json" \
-X POST \
-d "{\"message\": \"hello\" }" \
https://api.hipchat.com/v2/user/433057/message?auth_token=4gZZzsXQY75pZHhfnnujKHT8F101LWzcwGPu4jUV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment