Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 807 Bytes

13-configure-slack.md

File metadata and controls

41 lines (21 loc) · 807 Bytes

Slack

If you wish to get error notifications on slack, you should set it up.

  1. go to https://api.slack.com/apps and click "Create new app"

Screenshot

  1. enter a name and choose your workspace

Screenshot

  1. click on "oauth & permissions" on left menu

Screenshot

  1. add "chat.write.public" and "chat.write" scopes

Screenshot

  1. click "install app"

Screenshot

  1. grant permissions

Screenshot

  1. you now have your slack token

Screenshot

Project configuration

  • Set SLACK_TOKEN with your Slack token

  • Set SLACK_CHANNEL you wish to use to receive errors

  • Set SLACK_EMOJI with any icon you want (to distinguish environments for example)

Go back