Skip to content

Commit

Permalink
Updating link to Slack's home tab docs
Browse files Browse the repository at this point in the history
  • Loading branch information
soxtoby committed Aug 10, 2023
1 parent 5f8d6e4 commit 4fb22bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/SlackNetDemo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Check out the [other example projects](../) to see how to configure SlackNet wit
- `chat:write` for posting messages.
3. [Install the app to your workspace](https://api.slack.com/authentication/basics#installing) and copy the bot user OAuth token from your app's OAuth & Permissions page into the demo's [appsettings.json](./appsettings.json) file for the value of the `ApiToken`.
4. [Enable socket mode](https://api.slack.com/apis/connections/socket#toggling) for your app. You'll be required to generate an app-level token - copy this into [appsettings.json](./appsettings.json) for the value of the `AppLevelToken`.
5. [Enable the home tab](https://api.slack.com/surfaces/tabs/using#tab_setup) for your app.
5. [Enable the home tab](https://api.slack.com/surfaces/app-home#enabling) for your app.
6. [Enable events](https://api.slack.com/apis/connections/events-api#the-events-api__subscribing-to-event-types) and subscribe to the following bot events:
- `app_home_opened` for showing app home tab.
- `message.channels` `message.groups` `message.im` `message.mpim` for receiving messages.
Expand Down

0 comments on commit 4fb22bd

Please sign in to comment.