All Products
Search
Document Center

Support:Slack Channel

Last Updated:Apr 01, 2026

1. Integration Overview

After successful configuration, users in your organization will be able to:

  • Access the Alibaba Cloud Enterprise Service app in Slack and jump to the service portal with one click

  • Communicate with TAM in real-time within the app, receive ticket notifications, and track service progress

  • When new messages appear in group chats, the Slack bot will automatically send reminders to relevant users

a39ad58b-1cdf-457e-88fd-21286b7902f3

2. Prerequisites

  • You have administrator privileges for the Slack Workspace.

  • The Alibaba Cloud primary account has purchased the Enterprise Support Plan.

  • Primary accounts, RAM accounts, and RAM roles can all perform the activation operation.

3. Operation Steps

The entire integration process is divided into 3 phases, consisting of 7 steps:

Phase

Steps

Description

Phase 1: Create Slack App

Steps 1 ~ 2

Create an app on the Slack platform

Phase 2: Submit Credentials to Alibaba Cloud

Steps 3 ~ 5

Copy app credentials and submit to Alibaba Cloud

Phase 3: Complete Integration Configuration

Steps 6 ~ 7

After Alibaba Cloud verification, update callback URLs in the app

Phase 1: Create Slack App

Step 1: Access Slack App Management Page

  • Open your browser and visit https://api.slack.com/apps

  • Log in with your Slack Workspace administrator account

  • Click the green "Create New App" button in the top right corner

4ec3e23a-9362-4db7-b904-efffd8e375b1

Step 2: Create App from Manifest

  1. In the popup window, select "From a manifest"

e0f4b8e1-2355-46a4-9396-2528ff487dd7

  1. Select your target workspace from the dropdown menu and click "Next"

f43ca1c9-1773-464b-b51e-35e404b2eee9

  1. Select JSON format and paste the following content completely into the input box:

{
    "display_information": {
        "name": "Alibaba Cloud Enterprise Support",
        "description": "Alibaba Cloud Enterprise Support",
        "background_color": "#f72f02",
        "long_description": "Alibaba Cloud Enterprise Support Long description if written, it has to be more than 175 characters. \r\n阿里云企 Long description if written, it has to be more than 175 characters. \r\n阿里云企 Long description if written, it has to be more than 175 characters. \r\n阿里云企 Long description if written, it has to be more than 175 characters."
    },
    "features": {
        "app_home": {
            "home_tab_enabled": true,
            "messages_tab_enabled": true,
            "messages_tab_read_only_enabled": true
        },
        "bot_user": {
            "display_name": "Alibaba Cloud Enterprise Support",
            "always_online": false
        }
    },
    "oauth_config": {
        "redirect_urls": [
            "https://ailink.gts.work/thirdparty/slack/A0A75890ATF/oauth2/callback"
        ],
        "scopes": {
            "user": [
                "identity.basic",
                "identity.team"
            ],
            "bot": [
                "chat:write",
                "users:read",
                "im:write",
                "im:history"
            ]
        }
    },
    "settings": {
        "event_subscriptions": {
            "request_url": "https://ailink.gts.work/thirdparty/slack/A0A75890ATF/events",
            "bot_events": [
                "app_home_opened",
                "message.im"
            ]
        },
        "org_deploy_enabled": false,
        "socket_mode_enabled": false,
        "token_rotation_enabled": false
    }
}

b838272a-f3ad-48e9-8008-d40a30a73248

  1. Click "Next" to preview the configuration

  2. After confirming the information is correct, click "Create" to complete the creation

086c4117-0824-48a3-a34e-20751b6da657

Phase 2: Submit Credentials to Alibaba Cloud

Step 3: Copy App Credentials

After the app is created, the page will automatically redirect to the "Basic Information" page.

  1. Scroll down to the "App Credentials" section

41cead1c-a5f0-4262-8fb4-f66af9eab283

  1. Copy the following 4 items one by one, they will be used in the following steps:

Credential Name

Format Example

Purpose

Workspace Name

XXXXX

Organization Name

App ID

A0XXXXXXXXX

Unique application identifier

Client ID

XXXXXXXXXX.XXXXXXXXXX

OAuth login

Client Secret

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

OAuth token exchange (please keep secure)

Signing Secret

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Webhook signature verification (please keep secure)

image (1)

Step 4: Obtain Bot Token

  1. Click "OAuth & Permissions" in the left menu

  2. In the "OAuth Tokens" section, click the "Install to AlibabaCloudEnterpriseSupport" button

05e9e166-a507-4644-bf78-1a03de5a6bbd

  1. In the authorization popup, confirm the permission information and click "Allow" to complete the installation

2d98fa90-826f-4da3-8ae2-4bb888043022

  1. After installation is complete, the page will automatically return to "OAuth & Permissions", and the generated Token will be displayed in the "OAuth Tokens" section

  2. Find "Bot User OAuth Token" (format: xoxb-1234567890-1234567890123-xxxxxxxxxxxxxxxxxxxxxxxx), click "Copy" to copy it

Important

The Bot Token is used for sending message notifications. Please be sure to copy and keep it secure.

image (2)

Step 5: Submit Credentials to Alibaba Cloud

Please go to [Alibaba Cloud Value-Added Service Desk - My Expert Service- Channel Management - Add Channel - Slack Channel] and enter all 6 credentials obtained in Steps 3 and 4 in the popup (see table below).

Credential Name

Format Example

Purpose

Workspace Name

XXXXXXXXX

Organization Name

App ID

A0XXXXXXXXX

Unique application identifier

Client ID

XXXXXXXXXX.XXXXXXXXXX

OAuth login

Client Secret

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

OAuth token exchange

Signing Secret

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Webhook signature verification

Bot User OAuth Token

xoxb-1234567890-...

Message notifications and homepage redirection

image (3)

After submission, Alibaba Cloud will verify the credentials:

  • Verification Passed: Please continue with Phase 3 operations.

  • Verification Failed: Please re-check whether all 5 credentials obtained in Steps 3 and 4 are correct, correct them, and resubmit.

Phase 3: Complete Integration Configuration

Step 6: Update OAuth Callback URL

  1. Click "OAuth & Permissions" in the left menu

  2. Scroll down to the "Redirect URLs" section

da28d9ca-5690-4cf4-9e73-95ec0466eab2

  1. Click "Edit" on the right side of the existing URL

  2. Replace the URL with (please replace {AppId} with your actual App ID):

https://ailink.gts.work/thirdparty/slack/{AppId}/oauth2/callback
  1. Click "Done" and "Save URLs" to save

09a27970-6573-46ae-8775-db48e0126056

Step 7: Update Event Subscription URL

  1. Click "Event Subscriptions" in the left menu

  2. Find the "Request URL" input box (warning messages may appear at this time, which is normal)

64ddc7c4-8d60-44bb-8539-3752c0a4313c

  1. Replace the URL with (please replace {AppId} with your actual App ID):

https://ailink.gts.work/thirdparty/slack/{AppId}/events
  1. The system will automatically verify the address. Displaying "Verified" indicates success. If this fails, check if there are issues with the credentials from Step 5

  2. Click "Save Changes" to save

9051fd63-dd71-4c1b-b15b-f991e4b798d2

4. Verify Integration

After completing all the above steps, you can use Alibaba Cloud Enterprise Service in Slack:

  1. Find the AlibabaCloudEnterpriseSupport app in Slack

  2. Click the homepage button to jump to the Alibaba Cloud Enterprise Service portal

  3. Log in with your Slack account and start using

27ea5e4f-5dc1-4f5f-ad04-c699277e5ee3

3eae5478-860d-494b-8a8d-09297f37e1f1