Skip to main content
Deploy your agent to Slack workspaces using your own Slack app.

Prerequisites

  • A Slack workspace with admin access
  • A Slack app that is created in your workspace
  • Slack API credentials:
    • Client ID
    • Client Secret
    • Signing Secret
    • Bot User OAuth Token for each team or workspace
    • Slack Team ID (starts with the letter ‘T’)
      • Locate your team ID in the URL of the Workflow Steps tab in your Slack app settings
      Slack Team ID
  • Slack Bot Token Scopes:
    • app_mentions:read
    • chat:write
    • im:history
    • im:write
    • users.profile:read
  • Subscribed to following Bot Events:
    • message.im
    • app_mention

Create a Slack channel

Using YAML:
YAML
Using Python:
Python

Configuration requirements