[comment]: # [comment]: # [comment]: # [comment]: #
This document describes the functionality provided by the xlr-mattermost-plugin
. This plugin was forked from the xlr-slack-plugin which seems to be deprecated.
This plugin provides a notification task to send Mattermost messages to a channel. It's based on Incoming Webhooks integration, which provides a URL within an authorization token ready to POST messages.
[comment]: # See Slack Incoming Webhooks documentation for background information on post messages from external sources into Slack.
Copy the plugin JAR file into the SERVER_HOME/plugins
directory of XL Release.
This configuration allows you to connect to multiple servers or connect to just one. Before using the Mattermost notification task, it's needed to setup a Mattermost server definition within the following information:
- Title: Name of the Mattermost server definition.
- Mattermost URL: Tokenized URL provided by the Incoming WebHook integration.
The available tasks for interfacing with Mattermost. These tasks utilize the REST API and the provided Authentication Configuration.
The Mattermost notification task needs the next information:
- Server: The Mattermost server definition to use.
- Message: The notification message text, it could be formatted.