1. Being logged in to the appropriate Slack workspace, create an application on the link page. 2. Then we add at least one permission scope to be able to install the application in the specified workspace. To do this, in Building Apps for Slack section select the Permissions option from Add features and functionality drop-down list. Then, in the Scopes section of the Bot Token Scopes, we add the scope of permissions (e.g. chat:write). 3. On the same page, in the OAuth Tokens for Your Workspace section, click the Install to Workspace button. In the new window, we allow the newly created application to access a specific Slack workspace by clicking the Allow button. 4. A token has been generated in the OAuth Tokens for Your Workspace section. We put its value in the system in the plugin configuration management tab in the Plus Slack Integrator item. There must be one key-value pair in the JSON structure that corresponds to the token. Code Block |
---|
| {
"token": "xoxb-99489924819-2348753480899-FF1LDoP3DZ2xzEZj9140HTvA"
} |

|