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