Skip to content

Instantly share code, notes, and snippets.

@smashism
Created April 14, 2021 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smashism/d552067c4953b02f9c99f55a8c816d9d to your computer and use it in GitHub Desktop.
Save smashism/d552067c4953b02f9c99f55a8c816d9d to your computer and use it in GitHub Desktop.
super simple slack webhook for bash scripts
curl -X POST -H 'Content-type: application/json' --data '{"username": "Clever Name Here","icon_emoji": ":fancy_cat:","text": "Hello, this is your daily reminder that a thing just happened!","channel": "XXXXxXXXx"}' https://hooks.slack.com/services/full/URL/of/configured/incomingwebhook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment