Download Latest Version @slack_web-api@7.16.0 source code.tar.gz (2.4 MB)
Email in envelope

Get an email when there's a new version of Node Slack SDK

Home / @slack_web-api@7.16.0
Name Modified Size InfoDownloads / Week
Parent folder
@slack_web-api@7.16.0 source code.tar.gz 2026-05-14 2.4 MB
@slack_web-api@7.16.0 source code.zip 2026-05-14 3.5 MB
README.md 2026-05-14 600 Bytes
Totals: 3 Items   5.9 MB 1

Minor Changes

  • 2814969: feat: add highlight_type to files.completeUploadExternal (docs.slack.dev) and filesUploadV2 for optimistic rendering

    ```js import { WebClient } from "@slack/web-api";

    const client = new WebClient(process.env.SLACK_BOT_TOKEN);

    await client.filesUploadV2({ channel_id: "C0123456789", file: "./image.png", filename: "image.png", title: "Image Upload", highlight_type: "png", }); ```

Source: README.md, updated 2026-05-14