Created
April 14, 2021 06:00
-
-
Save smashism/d552067c4953b02f9c99f55a8c816d9d to your computer and use it in GitHub Desktop.
super simple slack webhook for bash scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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