2025-11-04 20:59:55 +03:00
---
2025-07-06 01:01:25 +03:00
id: Slack
sidebar_class_name: Slack
2025-11-10 10:44:16 +03:00
keywords: [1C, 1С, 1С:Enterprise, 1С:Enterprise 8.3, API, Integration, Services, Exchange, OneScript, CLI, Slack]
2025-07-06 01:01:25 +03:00
---
< img src = {require('../../static/img/APIs/Slack.png').default} width = '64px' / >
2025-11-04 20:59:55 +03:00
# Slack
2025-11-10 10:44:16 +03:00
This section covers the library for working with Slack Web API in 1С:Enterprise, OneScript, and CLI. This page describes all the steps required to get started.
2025-11-04 20:59:55 +03:00
2025-11-10 10:44:16 +03:00
### Getting Started
2025-11-04 20:59:55 +03:00
2025-11-10 10:44:16 +03:00
1. Log into your account and go to the **Your Apps** page on the [Slack API ](https://api.slack.com ) website
2. Click **Create App** and select **From scratch**
3. Choose a name and the workspace where you need to create the application
4. Create a new token by clicking **Generate Token and Scopes** further down on the application page
5. Navigate to the **OAuth & Permissions** section from the app settings
6. Add the permissions required for your purposes
7. Install the application by clicking the **Install to Workspace** button
8. Save the generated token
2025-11-04 20:59:55 +03:00
2025-11-10 10:44:16 +03:00
```
xoxb-1234567890123-4567890123456-QWERTYUIOPASDFGHJKLZXCVB
```
This token will then be used for authorization when performing actions on behalf of the created application