Skip to content

Instantly share code, notes, and snippets.

@gioiab
Created April 8, 2016 16:36
Show Gist options
  • Save gioiab/80b3339e2d7049e5c3990f3d6a0ed2fc to your computer and use it in GitHub Desktop.
Save gioiab/80b3339e2d7049e5c3990f3d6a0ed2fc to your computer and use it in GitHub Desktop.
Measurence Engineering Blog - Command for posting a message to a custom hook channel
curl -X POST \
-H 'Content-type: application/json' \
--data '{"channel": "#my-channel", "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