← Back to Documentation
💬

Slack Connector Setup

Connect Slack to send and receive messages through your AI agents.

Step 1: Create a Slack App

  1. Go to api.slack.com/apps
  2. Click Create New AppFrom scratch
  3. Enter an app name and select your workspace
  4. Click Create App

Step 2: Configure Bot Permissions

  1. Go to OAuth & Permissions in the sidebar
  2. Under Bot Token Scopes, add:
    • chat:write — Send messages
    • channels:read — List channels
    • channels:history — Read channel messages

Step 3: Install & Get Tokens

  1. Go to Install App and click Install to Workspace
  2. Authorize the app
  3. Copy the Bot User OAuth Token (starts with xoxb-)
  4. Go to Basic Information and copy the Signing Secret

Step 4: Configure in Sontairo

  1. In Sontairo, go to ConnectorsAdd ConnectorSlack
  2. Click Configure on the Slack card
  3. Paste your Bot Token, Signing Secret, and Channel ID
  4. Click Save & Activate

Having trouble? Check the Troubleshooting guide.