Skip to content

Commit 770dade

Browse files
authored
App central slack arg (#4638)
* added team_id support for slack * spell changed
1 parent 2e4242b commit 770dade

File tree

3 files changed

+8
-3
lines changed
  • docs/platform-services/automation-service/app-central/integrations
  • static/img/platform-services/automation-service/app-central/integrations/slack

3 files changed

+8
-3
lines changed

docs/platform-services/automation-service/app-central/integrations/slack.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
77

88
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/slack.png')} alt="slack" width="80"/>
99

10-
***Version: 1.10
11-
Updated: Oct 1, 2024***
10+
***Version: 1.11
11+
Updated: Oct 10, 2024***
1212

1313
Create a public or private channel, Send messages or Files to channels or Users directly. This Slack integration keeps teams connected. Organize conversations, and quickly find what you need to get work done.
1414

@@ -99,9 +99,11 @@ Create a public or private channel, Send messages or Files to channels or Users
9999
1. The integration details will appear. Click on the **"+"** button to add new Resource.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-13.png')} style={{border:'1px solid gray'}} alt="slack" width="200"/>
100100
1. Create a new resource for the User.
101101
1. Copy the User OAuth Token from Slack webpage and paste it In the Bot/User OAuth Token.
102+
1. If using an Org-level Token, select the Token Type as Org-level Token and provide the Team ID. By default, it is set to Workspace-Level Token, which does not require a Team ID.
102103
1. Once you have filled in all the required fields, click **SAVE**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-14.png')} style={{border:'1px solid gray'}} alt="slack" width="400"/>
103104
1. Create another resource for the Bot User.
104105
1. Copy the Bot User OAuth Token from Slack webpage and paste it In the Bot/User OAuth Token.
106+
1. If using an Org-level Token, select the Token Type as Org-level Token and provide the Team ID. By default, it is set to Workspace-Level Token, which does not require a Team ID.
105107
1. Once you have filled in all the required fields, click **SAVE**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-15.png')} style={{border:'1px solid gray'}} alt="slack" width="400"/><br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-16.png')} style={{border:'1px solid gray'}} alt="slack" width="400"/>
106108
1. To make sure the resource is working, hover over the resource and then click **TEST**.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-17.png')} style={{border:'1px solid gray'}} alt="slack" width="200"/>
107109
1. You should receive a successful notification in the bottom right corner.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/slack/slack-19.png')} style={{border:'1px solid gray'}} alt="slack" width="400"/>
@@ -124,4 +126,7 @@ Create a public or private channel, Send messages or Files to channels or Users
124126
* Sept 17, 2024 (v1.10)
125127
* Updated action: Ask Question (Added Allow Custom Text feature)
126128
* Oct 1, 2024 (v1.10)
127-
* Updated action: Ask Question, Ask For User Email (Made changes for timeout)
129+
* Updated action: Ask Question, Ask For User Email (Made changes for timeout)
130+
* Oct 10, 2024 (v1.11)
131+
* Updated Integration File - Added Token Type and Team ID arg.
132+
* Updated actions - Create Channel, List Channel, Get Channel, List Users, Send Message, Ask Questions, Ask For User Email (added team_id arg if using org level token)
31.1 KB
Loading
32.5 KB
Loading

0 commit comments

Comments
 (0)