Skip to content

Instantly share code, notes, and snippets.

@kenzo0107
Created May 30, 2017 03:07
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 kenzo0107/f4b711442ee8f5c7f8f4a1c7e367bc51 to your computer and use it in GitHub Desktop.
Save kenzo0107/f4b711442ee8f5c7f8f4a1c7e367bc51 to your computer and use it in GitHub Desktop.
slack() {
curl -X POST "https://hooks.slack.com/services/xxxxxxx/xxxxxxx/xxxxxxxxxxxxxxxx" -d "payload={
\"username\": \"<user_name>\",
\"icon_emoji\": \":outbox_tray:\",
\"attachments\": [{
\"color\": \"$1\",
\"title\": \"$2\",
\"text\": \"$3\"
}]
}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment