You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-06 08:49:29 +02:00
Перевод доков с новой структурой
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "Block formation",
|
||||
"position": "8"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "Channel management",
|
||||
"position": "4"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "Dialog management",
|
||||
"position": "5"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "External files management",
|
||||
"position": "7"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "File managment",
|
||||
"position": "6"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "Management and settings",
|
||||
"position": "2"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "Message management",
|
||||
"position": "3"
|
||||
}
|
||||
@@ -1,64 +0,0 @@
|
||||
---
|
||||
id: Slack
|
||||
sidebar_class_name: Slack
|
||||
---
|
||||
|
||||
<img src={require('../../static/img/APIs/Slack.png').default} width='64px' />
|
||||
|
||||
# Slack
|
||||
|
||||
This section is dedicated to the library for working with the Slack Web API. On this page, all the steps necessary to start working are described
|
||||
|
||||
## Getting started
|
||||
|
||||
1. Log in to your account and go to the **Your Apps** page on the website [Slack API](https://api.slack.com)
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
2. Click **Create App** and choose **From scratch**
|
||||
|
||||

|
||||
|
||||
3. Select the name and workspace where you need to create the application
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
4. Create a new token by clicking Generate Token and Scopes below on the application page
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
5. Select a name and add permissions
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
6. Go to **Premission scope** page
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
7. Add the permissions required for your purposes
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
8. Install the application
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
|
||||
9. Save the generated token
|
||||
|
||||

|
||||
|
||||
<br/>
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"label": "Slack",
|
||||
"position": 9,
|
||||
"link": {
|
||||
"type": "doc",
|
||||
"id": "Slack"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user