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

### Summary This PR replaces values that should be redacted in debug logs - such as the ephemeral `bot_access_token` used in custom functions and `interactor.secret` - with `[[REDACTED]]`. ### Preview...

bug
semver:patch
security
pkg:socket-mode

### Summary This PR replaces values that should be redacted in debug logs - such as the ephemeral `bot_access_token` used in custom functions and `interactor.secret` - with `[[REDACTED]]`. ### Preview...

bug
semver:patch
security
pkg:socket-mode

https://api.slack.com/methods/conversations.externalInvitePermissions.set

semver:minor
enhancement
pkg:web-api

This issue comes out of #1227 and has one example of the suggestion to use discriminated unions in the draft PR #1228 (in [this commit specifically](https://github.com/slackapi/node-slack-sdk/pull/1228/commits/e052bcaf2f8ae59e15174911ed9e37db99adc8df)). Discriminated union types let...

semver:major
discussion
area:typescript
pkg:types
auto-triage-skip

This issue comes out of #1227 and has one example of the suggestion to replace unions with enums in the draft PR #1228 (in [this commit specifically](https://github.com/slackapi/node-slack-sdk/pull/1228/commits/4459d1654df93d8f0b73e96221d5aa24f56085d0)). The purpose of...

semver:major
discussion
area:typescript
pkg:types
auto-triage-skip

#### Overview Hi, Any idea if we will ever have a method that can fetch channel info by its name? The `conversations.list` is painful and the rate limit is low....

question
enhancement
server-side-issue
auto-triage-skip

I expected that 2 calls to `conversations.create` at the same time would get one of them to fail, but instead 2 channels were created with the same name and different...

bug
server-side-issue
auto-triage-skip

- Consistent arguments to methods (probably a single object with different properties with correct typing) - Maybe might be nice to use a class for the main `SlackCLI` interface, and...

semver:major
enhancement
pkg:cli-test