summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-27 16:51:31 -0700
committerit33 <iantien@gmail.com>2015-10-27 16:51:31 -0700
commite0ce72b071a8b9f58687b28de63bb6598e001129 (patch)
treec4f728efad75ebd93f72b2f9be6246e2bbec305c /doc/integrations
parente0f69060fa462390779dd7b4cf6b67a12c3974ba (diff)
downloadchat-e0ce72b071a8b9f58687b28de63bb6598e001129.tar.gz
chat-e0ce72b071a8b9f58687b28de63bb6598e001129.tar.bz2
chat-e0ce72b071a8b9f58687b28de63bb6598e001129.zip
Update Outgoing-Webhooks.md
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/webhooks/Outgoing-Webhooks.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/integrations/webhooks/Outgoing-Webhooks.md b/doc/integrations/webhooks/Outgoing-Webhooks.md
index 69587f4d1..ec76962c4 100644
--- a/doc/integrations/webhooks/Outgoing-Webhooks.md
+++ b/doc/integrations/webhooks/Outgoing-Webhooks.md
@@ -1,5 +1,7 @@
# 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: