Skip to main content

Slack

This is a shipped config-backed outbound surface. Slack serve runtime is not implemented yet

At A Glance

FieldValue
Catalog idslack
Config keyslack
Implementation statusconfig_backed
Transportslack_web_api
Aliasesslack-bot
Default send target kindconversation

Minimal Config

[slack]
enabled = true
bot_token_env = "SLACK_BOT_TOKEN"

Smoke Test

loong slack-send --target "C0123456789" --text "hello from loong"

Command Surface

OperationCommandUsage or status
direct sendslack-sendUsage: loong slack-send [OPTIONS] —target <TARGET> —text <TEXT>
events reply loopslack-serveslack serve runtime is not implemented yet

Required Fields For Send

RequirementConfig pathsEnv pointer pathsDefault env
channel enabledslack.enabled
slack.accounts.<account>.enabled
nonenone
bot tokenslack.bot_token
slack.accounts.<account>.bot_token
slack.bot_token_env
slack.accounts.<account>.bot_token_env
SLACK_BOT_TOKEN

Gateway And Ownership

This surface is a direct-send delivery lane. It does not join multi-channel-serve or the gateway-owned reply-loop contract today.
  • 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.