Skip to content

Instantly share code, notes, and snippets.

@szabacsik
Created April 6, 2018 09:55
Show Gist options
  • Save szabacsik/109067d6cd47f2643e968d059ddf1810 to your computer and use it in GitHub Desktop.
Save szabacsik/109067d6cd47f2643e968d059ddf1810 to your computer and use it in GitHub Desktop.
Post a message to a Slack channel with Curl
curl -X POST --data-urlencode "payload={\"channel\": \"#CHANNEL\", \"username\": \"USERNAME\", \"text\": \"MESSAGE\", \"icon_emoji\": \":frog:\"}" https://hooks.slack.com/services/TOKEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment