summaryrefslogtreecommitdiffstats
path: root/doc/integrations
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-26 07:56:34 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-26 07:56:34 -0400
commit30a8182869e30e531ce3dd2f87322c86aab0d749 (patch)
treefcd258cc07deaf426439cd48114fff8921c0f96a /doc/integrations
parentf6a660cf4a544d242c6aecc5ec51d4f7bdd4fc8b (diff)
downloadchat-30a8182869e30e531ce3dd2f87322c86aab0d749.tar.gz
chat-30a8182869e30e531ce3dd2f87322c86aab0d749.tar.bz2
chat-30a8182869e30e531ce3dd2f87322c86aab0d749.zip
Added limitations section to outgoing webhook doc
Diffstat (limited to 'doc/integrations')
-rw-r--r--doc/integrations/webhooks/Incoming-Webhooks.md1
-rw-r--r--doc/integrations/webhooks/Outgoing-Webhooks.md5
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/integrations/webhooks/Incoming-Webhooks.md b/doc/integrations/webhooks/Incoming-Webhooks.md
index b040dc847..1216cb5db 100644
--- a/doc/integrations/webhooks/Incoming-Webhooks.md
+++ b/doc/integrations/webhooks/Incoming-Webhooks.md
@@ -94,3 +94,4 @@ To see samples and community contributions, please visit <http://mattermost.org/
- The `attachments` payload used in Slack is not yet supported
- Overriding of usernames does not yet apply to notifications
+- Cannot supply `icon_emoji` to override the message icon
diff --git a/doc/integrations/webhooks/Outgoing-Webhooks.md b/doc/integrations/webhooks/Outgoing-Webhooks.md
index 9cfde9606..69587f4d1 100644
--- a/doc/integrations/webhooks/Outgoing-Webhooks.md
+++ b/doc/integrations/webhooks/Outgoing-Webhooks.md
@@ -111,3 +111,8 @@ As mentioned above, Mattermost makes it easy to take integrations written for Sl
3. Similiarly, responses designed for Slack using `|` within a `<>` to define linked text, such as ```{"text": "Click <http://www.mattermost.com/|here> for a link."}```, are also translated to the equivalent markdown in Mattermost and rendered the same as you would see in Slack
To see samples and community contributions, please visit <http://mattermost.org/webhooks>.
+
+#### Limitations
+
+- Overriding of usernames does not yet apply to notifications
+- Cannot supply `icon_emoji` to override the message icon