You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Web API | Send data to or query data from Slack using any of [over 220 methods](https://api.slack.com/methods). |[`@slack/web-api`](https://slack.dev/node-slack-sdk/web-api)|
25
-
| OAuth | Setup the authentication flow using V2 OAuth for Slack apps as well as V1 OAuth for classic Slack apps. |[`@slack/oauth`](https://slack.dev/node-slack-sdk/oauth)|
26
-
| Incoming Webhooks | Send notifications to a single channel which the user picks on installation. |[`@slack/webhook`](https://slack.dev/node-slack-sdk/webhook)|
27
-
| Socket Mode | Listen for incoming messages and a limited set of events happening in Slack, using WebSocket. |[`@slack/socket-mode`](https://slack.dev/node-slack-sdk/socket-mode)|
24
+
| Web API | Send data to or query data from Slack using any of [over 220 methods](https://api.slack.com/methods). |[`@slack/web-api`](https://tools.slack.dev/node-slack-sdk/web-api)|
25
+
| OAuth | Setup the authentication flow using V2 OAuth for Slack apps as well as V1 OAuth for classic Slack apps. |[`@slack/oauth`](https://tools.slack.dev/node-slack-sdk/oauth)|
26
+
| Incoming Webhooks | Send notifications to a single channel which the user picks on installation. |[`@slack/webhook`](https://tools.slack.dev/node-slack-sdk/webhook)|
27
+
| Socket Mode | Listen for incoming messages and a limited set of events happening in Slack, using WebSocket. |[`@slack/socket-mode`](https://tools.slack.dev/node-slack-sdk/socket-mode)|
28
28
29
29
**Not sure about which APIs are right for your app?** Read our [blog
30
30
post](https://medium.com/slack-developer-blog/getting-started-with-slacks-apis-f930c73fc889) that explains the options.
@@ -34,7 +34,7 @@ If you're still not sure, [reach out for help](#getting-help) and our community
34
34
35
35
`@slack/events-api` and `@slack/interactive-messages` officially reached EOL on May 31st, 2021. Development has fully stopped for these packages and all remaining open issues and pull requests have been closed.
36
36
37
-
At this time, we recommend migrating to [Bolt for JavaScript](https://github.com/slackapi/bolt-js), a framework that offers all of the functionality available in those packages (and more). To help with that process, we've provided some [migration samples](https://slack.dev/node-slack-sdk/tutorials/migrating-to-v6) for those looking to convert their existing apps.
37
+
At this time, we recommend migrating to [Bolt for JavaScript](https://github.com/slackapi/bolt-js), a framework that offers all of the functionality available in those packages (and more). To help with that process, we've provided some [migration samples](https://tools.slack.dev/node-slack-sdk/tutorials/migrating-to-v6) for those looking to convert their existing apps.
The following examples summarize the most common ways to use this package. There's also a [Getting Started
53
-
tutorial](https://slack.dev/node-slack-sdk/getting-started) that's perfect for just starting out, and each
53
+
tutorial](https://tools.slack.dev/node-slack-sdk/getting-started) that's perfect for just starting out, and each
54
54
package's documentation, linked in the table above.
55
55
56
56
### Posting a message with Web API
@@ -88,15 +88,15 @@ where you can prototype your message's look and feel.
88
88
89
89
### Listening for an event with the Events API
90
90
91
-
Refer to [Bolt for JavaScript document pages](https://slack.dev/bolt-js/concepts#event-listening).
91
+
Refer to [Bolt for JavaScript document pages](https://tools.slack.dev/bolt-js/concepts#event-listening).
92
92
93
93
### Responding to interactive messages
94
94
95
-
Refer to [Bolt for JavaScript document pages](https://slack.dev/bolt-js/concepts#action-listening).
95
+
Refer to [Bolt for JavaScript document pages](https://tools.slack.dev/bolt-js/concepts#action-listening).
96
96
97
97
### Using Socket Mode
98
98
99
-
Refer to [the module document page](https://slack.dev/node-slack-sdk/socket-mode) and [Bolt for JavaScript document page](https://slack.dev/bolt-js/concepts#socket-mode).
99
+
Refer to [the module document page](https://tools.slack.dev/node-slack-sdk/socket-mode) and [Bolt for JavaScript document page](https://tools.slack.dev/bolt-js/concepts#socket-mode).
0 commit comments