You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
1.1 KiB
Vendored
1.1 KiB
Vendored
id, sidebar_class_name, keywords
| id | sidebar_class_name | keywords | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Slack | Slack |
|
<img src={require('../../static/img/APIs/Slack.png').default} width='64px' />
Slack
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.
Getting Started
- Log into your account and go to the Your Apps page on the Slack API website
- Click Create App and select From scratch
- Choose a name and the workspace where you need to create the application
- Create a new token by clicking Generate Token and Scopes further down on the application page
- Navigate to the OAuth & Permissions section from the app settings
- Add the permissions required for your purposes
- Install the application by clicking the Install to Workspace button
- Save the generated token
xoxb-1234567890123-4567890123456-QWERTYUIOPASDFGHJKLZXCVB
This token will then be used for authorization when performing actions on behalf of the created application