Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 3.21 KB

HowToMakeSlackApp.md

File metadata and controls

37 lines (35 loc) · 3.21 KB

How to connect to Slack

Create a Slack App

  1. Go to slack and click on "Create New App" My Skills
  2. Click on "From scratch" My Skills
  3. Enter a name for your app and select the workspace you want to connect to My Skills
  4. Click on "Create App"
  5. Click on "OAuth & Permissions" in the left menu My Skills
  6. Add rediret URL https://localhost My Skills
  7. Add User scopes
    • channels:history
    • channels:read
    • chat:write
    • groups:history
    • groups:read
    • im:history
    • im:read
    • mpim:history
    • mpim:read
    • users:read
    • admin My Skills My Skills
  8. Click on "Install App to Workspace" My Skills
  9. Click on "Allow" My Skills
  10. Copy the token from "OAuth Access Token" My Skills
  11. Paste the token into the slack_token field in the Maker connection form. My Skills