From 9dc6308f1c8b05ba905257c206fe7d75eb6743c0 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Fri, 23 Oct 2015 10:37:45 -0400 Subject: Minor fixes to the doc --- doc/integrations/webhooks/Outgoing-Webhooks.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc/integrations') 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 -- cgit v1.2.3-1-g7c22