From 3cd9383cb1bc2a8ea5cfb867915466bcc2b572e1 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 3 Jul 2024 20:11:37 +0200 Subject: [PATCH] feat(kb/slack): start slack's article --- knowledge base/slack.md | 80 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 knowledge base/slack.md diff --git a/knowledge base/slack.md b/knowledge base/slack.md new file mode 100644 index 0000000..8147190 --- /dev/null +++ b/knowledge base/slack.md @@ -0,0 +1,80 @@ +# Slack + +1. [TL;DR](#tldr) +1. [Add custom emoji](#add-custom-emoji) +1. [Give aliases to existing emojis](#give-aliases-to-existing-emojis) +1. [Further readings](#further-readings) + 1. [Sources](#sources) + +## TL;DR + +
+ Setup + +```sh +brew install --cask 'slack' +mas install '803453959' +``` + +
+ +
+ Usage + +```sh +# Send notifications to channels +curl -X POST -H 'Content-type: application/json' \ + --data '{"text": "Staging DB restore completed successfully"}' \ + 'https://hooks.slack.com/services/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' +``` + +
+ + + +## Add custom emoji + +Check out [slackmojis] for some common reactions. + +1. Go to . +1. Select _Add Custom Emoji_. +1. Upload the image. + Supported formats: GIF, JPG, PNG. +1. Give it a name. + +## Give aliases to existing emojis + +1. Go to . +1. Select _Add Alias_. +1. Choose the image. +1. Give it an alias. + +## Further readings + +- [Website] + +### Sources + +- [Slackmojis] + + + + + + + +[website]: https://slack.com/ + + +[slackmojis]: https://slackmojis.com/