Slack Configuration
Integrates with Slack through the Bolt SDK.
Quick Start
Configuration
Socket Mode (default):
{
channels: {
slack: {
enabled: true,
appToken: "xapp-...",
botToken: "xoxb-..."
}
}
}Or use environment variables:
export SLACK_APP_TOKEN="xapp-..."
export SLACK_BOT_TOKEN="xoxb-..."Bot Token Scopes
Required scopes:
chat:writechannels:historygroups:historyim:historyreactions:read/writefiles:write