Slack
This is a shipped config-backed outbound surface. Slack serve runtime is not implemented yetAt A Glance
| Field | Value |
|---|---|
| Catalog id | slack |
| Config key | slack |
| Implementation status | config_backed |
| Transport | slack_web_api |
| Aliases | slack-bot |
| Default send target kind | conversation |
Minimal Config
Smoke Test
Command Surface
| Operation | Command | Usage or status |
|---|---|---|
| direct send | slack-send | Usage: loong slack-send [OPTIONS] —target <TARGET> —text <TEXT> |
| events reply loop | slack-serve | slack serve runtime is not implemented yet |
Required Fields For Send
| Requirement | Config paths | Env pointer paths | Default env |
|---|---|---|---|
| channel enabled | slack.enabledslack.accounts.<account>.enabled | none | none |
| bot token | slack.bot_tokenslack.accounts.<account>.bot_token | slack.bot_token_envslack.accounts.<account>.bot_token_env | SLACK_BOT_TOKEN |
Gateway And Ownership
This surface is a direct-send delivery lane. It does not joinmulti-channel-serve or the gateway-owned reply-loop contract today.
Related Docs
- Continue to Channel Guides for the full shipped channel matrix.
- Continue to Channels for the conceptual surface model.
- Continue to Channel Setup for the shared public setup contract.