summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-23 10:37:45 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-26 07:56:04 -0400
commit9dc6308f1c8b05ba905257c206fe7d75eb6743c0 (patch)
treeae2fedf258b4b7a34b9ec2d0eec7e59c2b25b236 /doc/integrations
parent250a504b0ec279ec7299799b6c2e04173bc82486 (diff)
downloadchat-9dc6308f1c8b05ba905257c206fe7d75eb6743c0.tar.gz
chat-9dc6308f1c8b05ba905257c206fe7d75eb6743c0.tar.bz2
chat-9dc6308f1c8b05ba905257c206fe7d75eb6743c0.zip
Minor fixes to the doc
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/webhooks/Outgoing-Webhooks.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/integrations/webhooks/Outgoing-Webhooks.md b/doc/integrations/webhooks/Outgoing-Webhooks.md
index 627fe1298..93f26eb98 100644
--- a/doc/integrations/webhooks/Outgoing-Webhooks.md
+++ b/doc/integrations/webhooks/Outgoing-Webhooks.md
@@ -71,7 +71,6 @@ If you'd like to build your own integration that uses outgoing webhooks, you can
Host: localhost:5000
Accept: application/json
Content-Type: application/x-www-form-urlencoded
- Accept-Encoding: gzip
channel_id=hawos4dqtby53pd64o4a4cmeoo&
channel_name=town-square&
@@ -88,7 +87,7 @@ If you'd like to build your own integration that uses outgoing webhooks, you can
3. If you want your integration to post a message back to the same channel, it can respond to the HTTP POST request from Mattermost with a JSON response body similar to this example:
```
{
- "text": "This some response text."
+ "text": "This is some response text."
}
```
3. Set up your integration running on Heroku, an AWS server or a server of your own to start getting real time post events from Mattermost channels