Skip to content

Commit

Permalink
Merge pull request mattermost#1443 from mattermost/lfbrock-patch-2
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
crspeller committed Nov 16, 2015
2 parents 7fd2bfd + 6d7bc48 commit 083d50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Multiple settings were added to [`config.json`](./config/config.json). These opt
- Added: `"RestrictTeamNames": true` to control whether team names can contain reserved words like www, admin, support, test, etc.
- Added: `"EnableTeamListing": false` to control whether teams can be listed on the root page of the site
- Under `ServiceSettings` in `config.json`
- Added: `EnableOutgoingWebhooks": true` to turn on outgoing webhooks
- Added: `EnableOutgoingWebhooks": false` to control whether outgoing webhooks are enabled

#### Database Changes from v1.1 to v1.2

Expand Down
4 changes: 1 addition & 3 deletions doc/integrations/webhooks/Outgoing-Webhooks.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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**.
Expand Down

0 comments on commit 083d50b

Please sign in to comment.