slack
The Slack plugin provides type-safe access to the Slack Web API. Every API method is available as a node kind, with full TypeScript types for arguments and responses.
Methods are accessed via the $.slack namespace using dot notation that mirrors the official API (e.g. $.slack.chat.postMessage()).
The plugin ships with 271 methods covering all of the Slack Web API surface area.