From 2b348d3352a3b57393e15a7e74b4c1b45f9b8495 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 20 May 2019 18:23:49 -0400 Subject: [PATCH] Updated Notify_mattermost (markdown) --- Notify_mattermost.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Notify_mattermost.md b/Notify_mattermost.md index 638e0ed..db38858 100644 --- a/Notify_mattermost.md +++ b/Notify_mattermost.md @@ -4,7 +4,7 @@ * **Message Format**: Text * **Message Limit**: 4000 Characters per message -To use this plugin, you need to first set yourself up with http://mattermost.com. Download their software and set it up. The setup is based on Incoming Web Hooks requiring you to generate your own WebHook ID. +To use this plugin, you need to first set yourself up with http://mattermost.com. Download their software and set it up. The setup is based on Incoming Web Hooks requiring you to generate your own Authentication Token (WebHook ID). ### Syntax Valid syntaxes are as follows: @@ -12,9 +12,9 @@ Valid syntaxes are as follows: * **mmost**://**{hostname}**:**{port}**/**{authtoken}** * **mmost**://**{botname}**@**{hostname}**/**{authtoken}** * **mmost**://**{botname}**@**{hostname}**:**{port}**/**{authtoken}** -* **mmosts**://**{hostname}**/**{webhook_id}** +* **mmosts**://**{hostname}**/**{authtoken}** * **mmosts**://**{hostname}**:**{port}**/**{authtoken}** -* **mmosts**://**{botname}**@**{hostname}**/**{webhook_id}** +* **mmosts**://**{botname}**@**{hostname}**/**{authtoken}** * **mmosts**://**{botname}**@**{hostname}**:**{port}**/**{authtoken}** Secure connections (via https) should be referenced using **mmosts://** where as insecure connections (via http) should be referenced via **mmost://**. @@ -23,7 +23,7 @@ Secure connections (via https) should be referenced using **mmosts://** where as | Variable | Required | Description | ----------- | -------- | ----------- | hostname | Yes | The server Mattermost is listening on. -| authtoken | Yes | The Authentication Toekn (the WebHook ID) you would have gotten after setting up the Mattermost server +| authtoken | Yes | The Authentication Token (the WebHook ID) you would have gotten after setting up the Mattermost server | port | No | The server port Mattermost is listening on. By default the port is **8065**. | botname | No | An optional botname you can associate with your post