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

As mentioned at https://github.com/slackapi/bolt-js/issues/1550 , debugging the web-api client ca be hard as its debug-level does not provide sufficient information. When your app performs an `apps.connections.open` API call, the only...

enhancement
pkg:web-api

We're developing a browser application that uses `@slack/web-api` package to interact with the Slack API. As part of the change in https://github.com/slackapi/node-slack-sdk/pull/1337, auth token is now being sent in the...

question
pkg:web-api
auto-triage-stale

(Filling out the following with as much detail as you can provide will help us solve your issue sooner.) #### Packages: Select all that apply: - [X] `@slack/web-api` - [...

question
auto-triage-stale

### Description This is useful when writing tests when you want to use https://github.com/axios/moxios to stub out requests. ### What type of issue is this? (place an `x` in one...

enhancement
pkg:web-api

# Edits What about adding types for event payloads to the types package? This could be used to then help address a variety of issues across different packages (bolt, socket-mode,...

semver:minor
enhancement
discussion
area:typescript
pkg:types
auto-triage-skip

### Description The `ActionsBlock` interface has an `elements` property of type `(Button | Overflow | ... | Action)[];`. All `Multi*Select` interfaces extend the `Action` interface. Therefore, according to the types,...

bug
area:typescript
pkg:types

We recently upgraded `@slack/socket-mode` to `1.3.1` to address https://github.com/slackapi/node-slack-sdk/issues/1495, but it seems there're still some unhandled scenarios where it wouldn't reconnect automatically. This time the pattern is exactly the same...

bug
pkg:socket-mode
auto-triage-skip

If you pass an app-level token to `WebClient`'s `apps.event.authorizations.list` method call, it results in invalid_auth error code. A workaround is to pass the token to `WebClient` constructor instead. This fails...

bug
pkg:web-api

### Description the web-api npm package is not usable on Cloudflare workers since it uses axios. If this SDK were to consider using something like isomorphic-fetch, one could use this...

enhancement
discussion
pkg:web-api
auto-triage-skip

### Summary - Reorganizing some of the package.json hax into `npm run` scripts for easier deno building locally. - Removing the need to install additional dependencies and moving to custom-built...

enhancement
pkg:web-api