Skip to content

Latest commit

 

History

History
92 lines (80 loc) · 2.95 KB

AddSlackAppToWorkspace.md

File metadata and controls

92 lines (80 loc) · 2.95 KB

Polarity App Installation Guide

  1. Go to https://api.slack.com/apps/

  2. Click on Create New App

    Click on Create New App
  3. Select From an app manifest

    Click on From App Manifest
  4. Select your workspace you would like the integration to run on via the dropdown, then Click Next

    Select Workspace
  5. Delete the contents of the YAML App Manifest

    Delete App Manifest
  6. Paste in this App Manifest in the empty input, then Click Next:

    display_information:
      name: Polarity
      description: Polarity's Slack Application for use in tandem with our Polarity Slack Integration.
      background_color: "#53a13b"
    features:
      app_home:
        home_tab_enabled: false
        messages_tab_enabled: false
        messages_tab_read_only_enabled: false
      bot_user:
        display_name: Polarity
        always_online: true
    oauth_config:
      scopes:
        user:
          - search:read
        bot:
          - channels:read
          - groups:read
          - im:read
          - mpim:read
          - chat:write
          - chat:write.customize
          - chat:write.public
          - users:read
          - users.profile:read
    
    settings:
      org_deploy_enabled: false
      socket_mode_enabled: false
      token_rotation_enabled: false
  7. Click Create

    Click Create
  8. On the Polarity Slack app page it brings you to, click Install to Workspace

    Install to Workspace
  9. Click Allow

    NOTE: The user that clicks allow will determine which private channels can be searched. Creating a new user with access to the private channels you want to search and clicking Allow while logged into this user is recommended.

    Click Allow
  10. Download the image found here: https://github.com/polarityio/slack/raw/develop/assets/app-profile-picture.png

    App Profile Picture
  11. On the Basic Information tab

    Basic Information Tab
  • Scroll down to the Display Information section, click + Add App Icon, and select the image from Step 10.
    Add Icon
  1. Now you User Token and Bot Token can be found on the OAuth & Permissions tab
    Get User and Bot Token