Overview
This document provides instructions on how to connect to an API to import data from this application into your instance of Zilla.
In this guide, you will:
Launch your application from inside Zilla
Set up an API configuration
Send your data securely to Zilla
Step-by-Step Instructions
This page outlines the process of configuring and using the Slack API through Zilla to sync groups and users.
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.
Steps to Create a Slack Connector
Go to Slack and open your team's slack either in the browser or in the Slack App.
Click on Manage Apps under the Settings & Administration for your workspace.
Click Build in the upper right corner.
Click Create New App
Select “From an app manifest“
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.
When you have finished with all the steps above, review the information in Zilla that was synced.
Having trouble? Try our Troubleshooting articles or contact support@zillasecurity.com.