1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-06 08:49:29 +02:00

Перевод доков с новой структурой

This commit is contained in:
Anton Titovets
2024-06-21 09:25:14 +03:00
parent 24d5005b71
commit 3b19e87ba8
238 changed files with 4813 additions and 5890 deletions

View File

@@ -1,4 +0,0 @@
{
"label": "Block formation",
"position": "8"
}

View File

@@ -1,4 +0,0 @@
{
"label": "Channel management",
"position": "4"
}

View File

@@ -1,4 +0,0 @@
{
"label": "Dialog management",
"position": "5"
}

View File

@@ -1,4 +0,0 @@
{
"label": "External files management",
"position": "7"
}

View File

@@ -1,4 +0,0 @@
{
"label": "File managment",
"position": "6"
}

View File

@@ -1,4 +0,0 @@
{
"label": "Management and settings",
"position": "2"
}

View File

@@ -1,4 +0,0 @@
{
"label": "Message management",
"position": "3"
}

View File

@@ -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)
![BF](../../static/img/Docs/Slack/1.png)
<br/>
2. Click **Create App** and choose **From scratch**
![BF](../../static/img/Docs/Slack/2.png)
3. Select the name and workspace where you need to create the application
![BF](../../static/img/Docs/Slack/3.png)
<br/>
4. Create a new token by clicking Generate Token and Scopes below on the application page
![BF](../../static/img/Docs/Slack/4.png)
<br/>
5. Select a name and add permissions
![BF](../../static/img/Docs/Slack/5.png)
<br/>
6. Go to **Premission scope** page
![BF](../../static/img/Docs/Slack/6.png)
<br/>
7. Add the permissions required for your purposes
![BF](../../static/img/Docs/Slack/7.png)
<br/>
8. Install the application
![BF](../../static/img/Docs/Slack/8.png)
<br/>
9. Save the generated token
![BF](../../static/img/Docs/Slack/9.png)
<br/>

View File

@@ -1,8 +0,0 @@
{
"label": "Slack",
"position": 9,
"link": {
"type": "doc",
"id": "Slack"
}
}