Node Slack SDK is Slack’s official JavaScript and TypeScript toolkit for building Slack apps with Node.js. It is organized as a set of focused packages so developers can use the Slack APIs they need without pulling in an unnecessary monolith. The SDK supports the Web API, OAuth, incoming webhooks, Socket Mode, Workflow Steps, interactivity, events, and app-level communication patterns. It helps developers send messages, query Slack data, authenticate workspaces, receive real-time events, and build interactive Slack workflows. The Web API package also handles practical concerns such as request formatting, retries, pagination, and rate-limit-aware behavior. It is ideal for bots, internal tools, workflow automations, admin apps, and Slack-native business applications.
Features
- Official Slack SDK for Node.js
- Web API client package
- Incoming webhook support
- OAuth authentication helpers
- Socket Mode app connectivity
- Pagination, retries, and request handling