Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

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:

  1. Launch your application from inside Zilla

  2. Set up an API configuration

  3. 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.

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.

    • Click on Manage Apps under the Settings & Administration for your workspace.

  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.


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.

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.

  • No labels