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

Steps to get required API config values

  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.

    image-20241108-103613.png

  3. Click Create New App.

    image-20241108-105210.png

  4. Select “From a manifest“ in the below shown pop-up.

    image-20241108-105717.png

  5. Select Your Workspace and click Next.

image-20241108-104859.png

6. Remove the Example YAML and paste the following code in the YAML tab shown in step 7 below:

_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
      - channels:read
      - groups:read
      - im:read
      - mpim:read
  redirect_urls:
    - https://app.zillasecurity.com/api/auth/callback/slack

7. Click Next.

image-20241108-110325.png

8. Click Create.

image-20241108-110744.png

9. Click Install App in the left panel then click Install to [Your Workspace Name] and then click Allow.

image-20241108-111739.png

10. Click on Basic Information in the left panel. The API config values for Client ID and Client Secret can be found on the screen. Copy and save them in a safer place for use in the steps ahead.

image-20241108-112409.png

Setup Slack Application Integration on Zilla

image-20240412-120718.png

Note: Sync Slack Channels (Yes/No) field will have default value No. If it is set to Yes, then all the channels (public, private) of the workspace will be synced to Zilla. If you want to sync only specific slack channels, please mention them in comma separated format under field “Filter channels by comma separated names with wildcards (eg. ext*, *internal, *sales*)“.

image-20241108-121254.pngimage-20241108-114812.pngimage-20241108-114939.pngimage-20241108-115301.png

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.