> ## Documentation Index
> Fetch the complete documentation index at: https://docs.connectstrata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Slack

> Provider ID: `Slack`

## Getting Started

### Setup

<Steps>
  <Step title="Sign Up for the Slack Developer Program">
    Sign up for the [Slack Developer Program](https://api.slack.com/developer-program).
  </Step>

  <Step title="Create a Slack app">
    1. Whether creating the Slack app from a manifest file or the Slack dashboard, provide the Strata OAuth callback endpoint as your "Redirect URL":

    ```text theme={null}
    https://connect.connectstrata.com/oauth/callback
    ```

    2. From the Slack dashboard for your app. Navigate to the "Manage Distribution" tab. At the bottom of the page, complete all of the required steps and click the "Activate Public Distribution" button.
  </Step>

  <Step title="Create a Slack Integration in Strata">
    Go to the [Strata Integration Catalog](https://app.connectstrata.com/integrations/catalog) and select Slack. Input your OAuth client ID, secret, and the access scopes you requested in Slack.

    <Note>
      It's important that the scopes provided in the Strata dashboard exactly match the scopes you requested in your Slack app
    </Note>
  </Step>
</Steps>
