Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jerkovicl/deec750c239ed063b64d5d69840ed5f8 to your computer and use it in GitHub Desktop.

Select an option

Save jerkovicl/deec750c239ed063b64d5d69840ed5f8 to your computer and use it in GitHub Desktop.
Send a slack notification from a windows command prompt using curl
curl -k -g -X POST -d "payload={\"text\":\"my important bot notification\", \"channel\":\"#monitoring\", \"username\":\"computer-bot\", \"icon_emoji\":\":computer:\"}" https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XxXxXxXxXXXxxXXXxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment