Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.09 KB

slack-setup.md

File metadata and controls

36 lines (23 loc) · 1.09 KB

Setup Slack App

Create a Slack app (here).
Assign a name and a workspace in the following steps.

create slack app

After setting up the Slack app you have to add features like the slash command, interactive components and permissions.

add features and functionality

Start with creating a bot user named erna.

create bot user

Continue with the slash command, extend the root url of the future service with /commands and other options like the command name and a hint.

create slash command

Continue with the interactive components which enables to ask for the current location.
Extend the root url with the /actions path.

create interactive component

Finally grant the required permissions

  • users:read
  • chat:write:bot
  • mpim:write
  • im:write
  • commands
  • bot

and install the app to workspace. Note the provided Bot User OAuth Access Token to deploy erna.

grant permissions