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

# Slack OAuth

> Connect your Slack app for OAuth in Paragon

## Setup Guide

You can find your Slack app credentials by visiting your [Slack App dashboard](https://api.slack.com/apps).

<Info>
  **Note:** You'll need to create a new Slack app if you don't already have one.
</Info>

You'll need the following information to set up your Slack App with Paragon:

* App Name

* Client ID

* Client Secret

* Scopes Requested

### 1. Gather your credentials

1. Log in to your [Slack App dashboard](https://api.slack.com/apps).

2. Navigate to **Basic Information** in the sidebar, then scroll to **App Credentials**.

### 2. Add your Slack app to Paragon

1. Click the "**Trigger**" step in the workflow canvas, and choose **OAuth** from the sidebar.

2. Under **Connect an OAuth-enabled app**, choose "**Add a new OAuth-enabled app**" and select "**Slack**".

<Frame caption="">
  <img src="https://mintcdn.com/paragon/DkcdqxlytLXlO_-w/assets/Adding%20a%20new%20provider.png?fit=max&auto=format&n=DkcdqxlytLXlO_-w&q=85&s=542fd895b862c2e1b4262df3ade9d2e5" width="593" height="354" data-path="assets/Adding a new provider.png" />
</Frame>

### 3. Input your credentials

Fill out your credentials from [Step 1](/automate/resources/oauth/slack#1-gather-your-credentials) in their respective sections:

* **App Name:** Chosen name for your application.

* **Client ID:** Found under Basic Information > App Credentials on your Slack App page.

* **Client Secret:** Found under Basic Information > App Credentials on your Slack App page.

* **Scopes Requested:** A space-separated list of OAuth scopes. A complete list of Slack's scopes is [here](https://api.slack.com/docs/oauth-scopes).

Press the green "Connect" button to save your credentials.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/PqlWbzgmbhNFByFv/assets/Adding%20Slack%20OAuth%20app%20to%20Paragon.gif?s=84d28110b4d8e47eb2f938fe35d8859d" width="627" height="657" data-path="assets/Adding Slack OAuth app to Paragon.gif" />
</Frame>

### 4. Add the Redirect URL to your Slack app

Paragon provides a redirect URL to send information to your Slack app. To add the redirect URL to your Slack app:

1\. Copy the link under "**Redirect URL"** in Paragon.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/EuLlf5VxgsSnEq57/assets/Copying%20the%20Redirect%20URL%20in%20Paragon.gif?s=572f0f0e11599740d68822b903a8601f" width="577" height="490" data-path="assets/Copying the Redirect URL in Paragon.gif" />
</Frame>

2\. In your Slack App page sidebar, navigate to **OAuth & Permissions > Redirect URLs**.

<Frame caption="">
  <img src="https://mintcdn.com/paragon/867oBBVpxd2C3zc4/assets/Viewing%20OAuth%20and%20Permissions%20in%20Slack.gif?s=7cb407a481af7584800c93fe2f203f26" width="975" height="581" data-path="assets/Viewing OAuth and Permissions in Slack.gif" />
</Frame>

3\. Press "**Add New Redirect URL**".

4\. Paste-in the redirect URL from Paragon.

5\. Press "**Add**", then press "**Save URLs**".

<Info>
  **Note:** You'll need to add your workflow-specific redirect URL to your Slack
  app for every workflow using your Slack app.
</Info>

<Frame caption="">
  <img src="https://mintcdn.com/paragon/PqlWbzgmbhNFByFv/assets/Adding%20Slack%20redirect%20URL.gif?s=c63bc6ad4d61525fdabd990cb912c1ea" width="635" height="430" data-path="assets/Adding Slack redirect URL.gif" />
</Frame>

## OAuth-enabled Actions

Ready to use your OAuth-enabled app in your workflow? Check out our OAuth-enabled action documentation [here](/automate/building-workflows/configuring-oauth#oauth-enabled-actions) to get started!

<Card title="Configuring OAuth" href="/automate/building-workflows/configuring-oauth" horizontal />
