mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
slack_importer_doc: Fix outdated links.
Existing links redirects to irrelevant documentation pages.
This commit is contained in:
@@ -75,13 +75,13 @@ in order to export direct message data.
|
||||
1. [Create a new Slack app](https://api.slack.com/apps). Choose the "From
|
||||
scratch" creation option.
|
||||
1. [Create a
|
||||
bot user](https://api.slack.com/authentication/basics#scopes),
|
||||
bot user](https://docs.slack.dev/app-management/quickstart-app-settings/#creating),
|
||||
following the instructions to add the following OAuth scopes to your bot:
|
||||
* `emoji:read`
|
||||
* `users:read`
|
||||
* `users:read.email`
|
||||
* `team:read`
|
||||
1. [Install your new app](https://api.slack.com/authentication/basics#installing)
|
||||
1. [Install your new app](https://docs.slack.dev/app-management/quickstart-app-settings/#installing)
|
||||
to your Slack workspace.
|
||||
1. You will immediately see a **Bot User OAuth Token**, which is a long
|
||||
string of numbers and characters starting with `xoxb-`. Copy this token. It
|
||||
|
Reference in New Issue
Block a user