Skip to content

Instantly share code, notes, and snippets.

@gioiab
Created April 8, 2016 15:49
Show Gist options
  • Save gioiab/d882a18eb84f22b48f7a5a646298b4b8 to your computer and use it in GitHub Desktop.
Save gioiab/d882a18eb84f22b48f7a5a646298b4b8 to your computer and use it in GitHub Desktop.
Measurence Engineering Blog - Command for posting a message to the default hook channel
curl -X POST \
-H 'Content-type: application/json' \
--data '{"text":"Hello Slack"}' \
https://hooks.slack.com/services/T.../B.../...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment