# Slack

Slack Connector - Sync users, groups, and channels from Slack

## Prerequisites

- A Mesh administrator account with permission to manage connectors.
- Credentials for authentication: slack_token (stored write-only).

## Authentication

**Method:** Bearer token

Mesh authenticates with a token (personal access token, API token, or bot token).

| Field | Required | Secret | Description |
| --- | --- | --- | --- |
| `slack_token` | Yes | Yes (write-only) | Slack Bot OAuth token (xoxb-...) |

## Capabilities

<CapabilityMatrix
  capabilities={[
    { name: "Identity & entitlement sync", supported: true },
    { name: "Writeback / remediation", supported: false, notes: "Read-only" },
  ]}
/>

## Data model

_This information is not yet available from the connector schema._

## Setup

1. Create the required credentials in the source system: slack_token.
2. In Admin → Connectors, add the connector and enter its configuration.
3. Save and run an initial collection.

## Troubleshooting

_This information is not yet available from the connector schema._
