node-slack-sdk icon indicating copy to clipboard operation
node-slack-sdk copied to clipboard

Slack Developer Kit for Node.js

Results 68 node-slack-sdk issues
Sort by recently updated
recently updated
newest added

When generating types for `packages/web-api/src/response/MigrationExchangeResponse.ts`, `UseridMap` is created as an `interface` when really it should be a `Record`. This means when calling `migration.exchange` the data in `response.user_id_map` needs to be...

good first issue
enhancement
area:typescript
pkg:web-api

### Summary In this PR, we aim to prevent the logging of message content when a request error occurs while attempting to invoke any of Slack's web APIs. It solves...

cla:signed

@filmaj I seem to be hitting the following now on 1.3.5: ``` [INFO] socket-mode:SocketModeClient:0 Going to establish a new connection to Slack ... /home/patrick/slack/node_modules/finity/lib/core/StateMachine.js:76 throw new Error('Unhandled event \'' +...

semver:patch
enhancement
pkg:socket-mode
auto-triage-skip

[AbortSignal](https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal) is a standard interface for canceling requests, and [axois](https://axios-http.com/docs/cancellation) also support it. It would be good if we can manage slack requests using standard interface. #### Packages: Select all...

semver:minor
enhancement
pkg:web-api
auto-triage-skip

Hi, I am looking for a way to never output / always hide the message contents from the application logs. If such way already exists, I would like to know...

good first issue
enhancement
pkg:web-api

#### Packages: Select all that apply: - [x] `@slack/web-api` ### Reproducible in: #### The Slack SDK version "@slack/web-api": "^7.0.2", #### Node.js runtime version ``` $ node --version v20.11.1 ``` ####...

good first issue
area:typescript
pkg:web-api
auto-triage-skip

I'm using `@slack/socket-mode` in a TypeScript project and would love to be able to benefit from type definitions when defining event handlers -- e.g. when I invoke something along the...

enhancement
area:typescript
pkg:socket-mode
auto-triage-skip

This error is the same as https://github.com/slackapi/node-slack-sdk/issues/1626 which was closed, but we are getting it in the last released version of the SDK #### Packages: Select all that apply: -...

needs info
pkg:web-api

# TODO - [ ] figure out versioning - [ ] refactor CLI commands out into separate files - [ ] better readme - [ ] codecov badge in readme

draft
pkg:cli-test

### Overview A successful response from uploading files with the `filesUploadV2` API contains a `files` attribute after a request like so: ```javascript const result = await web.filesUploadV2({ token: "xoxp-example", channel_id:...

bug
semver:major
pkg:web-api
auto-triage-stale