This page outlines the process of configuring and using the Slack API through Zilla to sync groups and users.

Steps to Create a Slack Connector

  1. Go to Slack and open your team's slack either in the browser or in the Slack App.

  2. Click Build in the upper right corner.

  3. Click Create New App

  4. Select “From an app manifest

  5. Select Your Workspace and click Next

6. Remove the Example YAML and paste the following code:

_metadata:
  major_version: 1
  minor_version: 1
display_information:
  name: ZillaConnector
  description: Connect Slack Workspace to Zilla Security
  background_color: "#A020F0"
settings:
  socket_mode_enabled: false
oauth_config:
  scopes:
    user:
      - team:read
      - usergroups:read
      - users:read
      - users:read.email
  redirect_urls:
    - https://app.zillasecurity.com/api/auth/callback/slack
    - https://dev.zsec.io/api/auth/callback/slack
    - https://qa.zsec.io/api/auth/callback/slack
    - http://localhost:4200/api/auth/callback/slack

7. Click Next

8. Click Create

9. Click Install Workspace and Allow

10. Scroll Down to App Credentials. Copy the Client ID and Client Secret

11. Copy these values into Zilla’s Slack Config.


To sync data we recommend using the API method. However, you may also sync data with our Browser Extension, follow instructions here: Slack - Browser Extension.