diff --git a/docs/platform-services/automation-service/app-central/integrations/slack.md b/docs/platform-services/automation-service/app-central/integrations/slack.md index fd81cfaca2..d99584c82a 100644 --- a/docs/platform-services/automation-service/app-central/integrations/slack.md +++ b/docs/platform-services/automation-service/app-central/integrations/slack.md @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; slack -***Version: 1.10 -Updated: Oct 1, 2024*** +***Version: 1.11 +Updated: Oct 10, 2024*** 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. @@ -99,9 +99,11 @@ Create a public or private channel, Send messages or Files to channels or Users 1. The integration details will appear. Click on the **"+"** button to add new Resource.
slack 1. Create a new resource for the User. 1. Copy the User OAuth Token from Slack webpage and paste it In the Bot/User OAuth Token. +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. 1. Once you have filled in all the required fields, click **SAVE**.
slack 1. Create another resource for the Bot User. 1. Copy the Bot User OAuth Token from Slack webpage and paste it In the Bot/User OAuth Token. +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. 1. Once you have filled in all the required fields, click **SAVE**.
slack
slack 1. To make sure the resource is working, hover over the resource and then click **TEST**.
slack 1. You should receive a successful notification in the bottom right corner.
slack @@ -124,4 +126,7 @@ Create a public or private channel, Send messages or Files to channels or Users * Sept 17, 2024 (v1.10) * Updated action: Ask Question (Added Allow Custom Text feature) * Oct 1, 2024 (v1.10) - * Updated action: Ask Question, Ask For User Email (Made changes for timeout) \ No newline at end of file + * Updated action: Ask Question, Ask For User Email (Made changes for timeout) +* Oct 10, 2024 (v1.11) + * Updated Integration File - Added Token Type and Team ID arg. + * 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) \ No newline at end of file diff --git a/static/img/platform-services/automation-service/app-central/integrations/slack/slack-14.png b/static/img/platform-services/automation-service/app-central/integrations/slack/slack-14.png index f405337508..8369f6d3c1 100644 Binary files a/static/img/platform-services/automation-service/app-central/integrations/slack/slack-14.png and b/static/img/platform-services/automation-service/app-central/integrations/slack/slack-14.png differ diff --git a/static/img/platform-services/automation-service/app-central/integrations/slack/slack-15.png b/static/img/platform-services/automation-service/app-central/integrations/slack/slack-15.png index cd6deadbc7..01cedd383e 100644 Binary files a/static/img/platform-services/automation-service/app-central/integrations/slack/slack-15.png and b/static/img/platform-services/automation-service/app-central/integrations/slack/slack-15.png differ