Chat SDK now ships the Slack adapter's primitives as standalone imports for apps that already handle their own routing, state, or workflow execution.
Use only what you need:
Each subpath skips the full
To get started, read the Slack primitives documentation.
Read more
Continue reading...
Use only what you need:
Request verification and payload parsing (@chat-adapter/slack/webhook)
Markdown formatting (@chat-adapter/slack/format)
Fetch-based Web API calls (@chat-adapter/slack/api)
Block Kit conversion (@chat-adapter/slack/blocks)
Each subpath skips the full
Chat runtime, so your imports stay clean.To get started, read the Slack primitives documentation.
Read more
Continue reading...