Skip to content

Slack Integration

Connect AgenticFlow Enterprise to Slack for conversational agent control.

AgenticFlow Enterprise integrates with Slack so you can chat with your agent from anywhere.

How It Works

  1. Add the AgenticFlow Enterprise Slack app to your workspace
  2. Mention @agenticflow-enterprise in any channel to start a run
  3. The agent responds in a thread with progress updates
  4. Open AgenticFlow Enterprise Desktop later to review and resume

Setting Up Slack

Create a Slack App

  1. Go to api.slack.com
  2. Create a new app with Bot Token Scopes:
    • app_mentions:read
    • chat:write
    • channels:history
    • groups:history
  3. Install to your workspace
  4. Copy the Bot Token

Configure AgenticFlow Enterprise

Add to your AgenticFlow Enterprise .env:

SLACK_BOT_TOKEN=xoxb-your-token
SLACK_SIGNING_SECRET=your-signing-secret

Using Slack

@agenticflow-enterprise refactor the auth module

The agent will:

  1. Acknowledge your request
  2. Start working in a thread
  3. Update you with progress
  4. Ask for approval if needed (you can approve in Slack or Desktop)

AgenticFlow Enterprise Desktop Integration

Runs started from Slack show a Slack icon in AgenticFlow Enterprise Desktop. Your run_id is consistent across both interfaces.

Last updated: