Connecting to Slack

Follow these detailed steps to install the Bellatrix One app in your Slack workspace. This will allow communication with Bellatrix One through Slack conversations.

  1. On your profile page click the button to Add Slack Connection.
  2. Sign in to Slack
  3. Sign in to your Slack Workspace
  4. Click on your workspace name and go to Tools & Settings → Admin Tools → Apps & workflows
  5. Navigate to Apps & workflows Click Build
  6. Click Build in the top right
  7. Create New App
  8. Click Create New App
  9. Click From a Manifest
  10. From a Manifest
  11. Paste in the below manifest and finish creating the app
  12. {
      "display_information": {
        "name": "Bellatrix One"
      },
      "features": {
        "bot_user": {
          "display_name": "Bellatrix One",
          "always_online": true
        },
        "slash_commands": [
          {
            "command": "/bellatrix",
            "url": "https://www.bellatrix.one/slack/slash",
            "description": "Chat with tools",
            "should_escape": true
          }
        ]
      },
      "oauth_config": {
        "scopes": {
          "bot": [
            "channels:history",
            "channels:read",
            "chat:write",
            "commands",
            "files:read",
            "files:write",
            "groups:history",
            "groups:write",
            "groups:read",
            "incoming-webhook",
            "mpim:history",
            "users:read",
            "team:read"
          ]
        }
      },
      "settings": {
        "event_subscriptions": {
          "request_url": "https://www.bellatrix.one/slack/event",
          "bot_events": [
            "message.channels",
            "message.groups"
          ]
        },
        "org_deploy_enabled": false,
        "socket_mode_enabled": false,
        "token_rotation_enabled": false
      }
    }
    
  13. Once the app is created, copy the App ID and secrets into the channel form
  14. Copy App ID and secrets Bot User OAuth Token
  15. The Bot User OAuth Token can be found after installing the app in the section OAuth & Permissions
  16. Bot User OAuth Token

You should now see that Slack is connected. Success!

Next Steps