mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 21:43:56 +08:00
4d41d999fb
* added storyURL and storyID * added story scraping section * fixed typo on sso * rebaseing on latest release/4 branch * updated version on slack docs * added Contributing a Translation section to developing * fixing typos * updated v5 config page, reorder list, add toc * added cli sect, fixed contact menu link * updated talk to coral on contact page * added a new v5 auth section * added session length to auth docs * added an admin settings page to v5 * added v5 css section * added a v5 notifications section * updated faq and troubleshooting, moved out of v4 menu * added migrating to v5 and moved migrating section out of v4 * added plugins note to migration pg * fix: linting and extra HTML * change sidebar migrating v5 to v5.0+ Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com> * downtime being likely is too optimistic, it will be required Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com> * rewords plugins note on migrating to v5 Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com> * tag code block as html Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com> * added link to contributing * rephrased openid connect description * fixed link to contributing * correcting descriptions of email auth behavior Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com> * Adding link to css classnames Co-Authored-By: Wyatt Johnson <wyattjoh@gmail.com> * renamed new auth to Social and Email Authentication * pulled extra line breaks Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca>
29 lines
1.1 KiB
Markdown
29 lines
1.1 KiB
Markdown
---
|
|
title: Slack
|
|
permalink: /v5/integrating/slack/
|
|
---
|
|
|
|
Coral version 5.4+ supports built-in Slack integration to help you forward comments from your moderation queues into appropriate Slack channels.
|
|
|
|
## Creating a Slack App
|
|
|
|
To enable web hooks that we will use to forward comments, you'll need to create an App and give it permissions over a channel.
|
|
|
|
For details on how to create a Slack app with webhooks, please go to:
|
|
|
|
https://slack.com/intl/en-ca/help/articles/115005265063-incoming-webhooks-for-slack
|
|
|
|
After you have created a Slack app with a webhook, you can use it in your Coral configuration.
|
|
|
|
1. Sign into the administration side of your Coral deployment.
|
|
2. Select _Configure_ from the top navigation.
|
|
3. Select _Slack_ from the side navigation for the configuration area.
|
|
4. Here you can configure a Slack channel.
|
|
5. Paste in the webhook URL you created for your Slack app and select which comment categories you want to receive notifications for.
|
|
|
|
## I need to find the webhook URL again, where is it?
|
|
|
|
Webhooks options are tied to a Slack app and can be found under your app settings at:
|
|
|
|
https://api.slack.com/apps
|