summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorlfbrock <lf.brock@spinpunch.com>2015-11-16 09:31:33 -0500
committerlfbrock <lf.brock@spinpunch.com>2015-11-16 09:31:33 -0500
commit6d7bc48efe08067f2f05e4ad441185fe60fcea36 (patch)
tree12770218241f171bede0061c93c68c327904edc4 /doc/integrations
parent461ddad4c96d15064ce621e0de8b75f12e1b9b4f (diff)
downloadchat-6d7bc48efe08067f2f05e4ad441185fe60fcea36.tar.gz
chat-6d7bc48efe08067f2f05e4ad441185fe60fcea36.tar.bz2
chat-6d7bc48efe08067f2f05e4ad441185fe60fcea36.zip
Update Outgoing-Webhooks.md
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/webhooks/Outgoing-Webhooks.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/integrations/webhooks/Outgoing-Webhooks.md b/doc/integrations/webhooks/Outgoing-Webhooks.md
index 008245715..5fbbb9d87 100644
--- a/doc/integrations/webhooks/Outgoing-Webhooks.md
+++ b/doc/integrations/webhooks/Outgoing-Webhooks.md
@@ -1,7 +1,5 @@
# Outgoing Webhooks
-#### [To be released in Mattermost v1.2, available now on master]
-
Outgoing webhooks allow external applications, written in the programming language of your choice--to receive HTTP POST requests whenever a user posts to a certain channel, with a trigger word at the beginning of the message, or a combination of both. If the external application responds appropriately to the HTTP request, as response post can be made in the channel where the original post occurred.
A couple key points:
@@ -36,7 +34,7 @@ Which would render in a Mattermost message as follows:
---
### Enabling Outgoing Webhooks
-Outgoing webhooks should be enabled on your Mattermost instance by default, but if they are not you'll need to get your system administrator to enable them. If you are the system administrator you can enable them by doing the following:
+Outgoing webhooks are off by default, and can be enabled by the system administrator. If you are the system administrator you can enable them by doing the following:
1. Login to your Mattermost team account that has the system administrator role.
1. Enable outgoing webhooks from **System Console -> Service Settings**.