Files
talk/plugins/talk-plugin-slack-notifications/README.md
T
Glynn Phillips 08c01981ac Update the slack config name in the docs
The documentation for the slack notification plugin referenced the wrong
environment variable name.
2019-03-19 14:16:07 +00:00

25 lines
758 B
Markdown

---
title: talk-plugin-slack-notifications
permalink: /plugin/talk-plugin-slack-notifications/
layout: plugin
plugin:
name: talk-plugin-slack-notifications
provides:
- Server
---
Enables all new comments that are written to be posted to a Slack channel as
well. Configure an
[Incoming Webhook](https://api.slack.com/incoming-webhooks)
app and provide that url in the form of the `TALK_SLACK_WEBHOOK_URL`
detailed below.
*Warning: On high volume sites, this means every single comment will flow into
Slack, if this isn't what you want, be sure to use the provided plugin as a
recipe to further customize the behavior*.
Configuration:
- `TALK_SLACK_WEBHOOK_URL` (**required**) - The webhook url that will be
used to post new comments to.