You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
14
14
@@ -99,9 +99,11 @@ Create a public or private channel, Send messages or Files to channels or Users
99
99
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"/>
100
100
1. Create a new resource for the User.
101
101
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.
102
103
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"/>
103
104
1. Create another resource for the Bot User.
104
105
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.
105
107
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"/>
106
108
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"/>
107
109
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
124
126
* Sept 17, 2024 (v1.10)
125
127
* Updated action: Ask Question (Added Allow Custom Text feature)
126
128
* 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)
0 commit comments