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

# Overview

> Overview of the Slack integration in Refold.

## Basic Overview

<CardGroup cols={2}>
  <Card title="Slug">
    Slack
  </Card>

  <Card title="Authentication Method">
    OAuth 2.0
  </Card>

  <Card title="Website">
    [https://slack.com/](https://slack.com/)
  </Card>

  <Card title="Developer Portal">
    [https://api.slack.com/](https://api.slack.com/)
  </Card>

  <Card title="API Reference">
    [Click here](https://api.slack.com/methods)
  </Card>

  <Card title="Supported Resources">
    Bi-directional, Webhook Events, Syncs
  </Card>
</CardGroup>

## Required Settings

* **Credentials required**
  * Client ID
  * Client Secret
  * Scopes

<Info>Learn how to create an OAuth app in Slack [here](https://docs.gocobalt.io/resources/integration-providers/slack).</Info>

* **Mandatory Scopes**

1. users:read(BOT)
2. users:read(USER)

## Configurable Resources

<CardGroup cols={2}>
  <Card title="Message">
    Refold allows you to work with actions and triggers related to Messages.
  </Card>

  <Card title="Interaction">
    Refold allows you to work with actions and triggers related to Interactions.
  </Card>
</CardGroup>
