Difference between revisions of "Slack"

From Earlham CS Department
Jump to navigation Jump to search
(Apps)
m (Apps)
 
Line 11: Line 11:
 
Slack has deprecated the webhook integration tool we had previously used for GitLab integrations. We're now following their supported mechanism for handling it. You may use this as a model for future Slack apps.
 
Slack has deprecated the webhook integration tool we had previously used for GitLab integrations. We're now following their supported mechanism for handling it. You may use this as a model for future Slack apps.
  
The free Slack version supports up to ten apps and integrations. We have one app, "GitLab Notifications", which we are gradually integrating into a subset of our channels.
+
The free Slack version supports up to ten apps and integrations.
  
To visit it (you must be an admin or owner of the workspace), go to the right sidebar, scroll to the bottom, and click "Apps". You'll see "GitLab Notifications" on the list.
+
We have one app, "GitLab Notifications", which we are gradually integrating into a subset of our channels. See more about it [[Sysadmin:SlackAndGitLab|at this page]].
 
 
Here's the guide from Slack to [https://api.slack.com/messaging/webhooks sending incoming messages to a webhook]. You can [https://api.slack.com/apps/A0107PB3PHR/incoming-webhooks? add an incoming webhook and see webhook patterns here if you have sufficient permissions].
 
 
 
Here's the [https://api.slack.com/apps/A0107PB3PHR/app-home app home page].
 

Latest revision as of 08:02, 14 December 2020

Slack is a widely-used chat application. We are moving toward using it for seamless communication across the CS Department and the CST generally.

Add channels

Slack advises that you can't have "too many channels". Channels should be based on topics not just groups of people.

Fortunately, adding channels is easy: in the right sidebar, find the section header "Channels" and click the neighboring "+".

Apps

Slack has deprecated the webhook integration tool we had previously used for GitLab integrations. We're now following their supported mechanism for handling it. You may use this as a model for future Slack apps.

The free Slack version supports up to ten apps and integrations.

We have one app, "GitLab Notifications", which we are gradually integrating into a subset of our channels. See more about it at this page.