Get started
Mattermost offers a wealth of methods to add functionality and customize the experience to suit your needs, whether you want to add new user capabilities with slash commands, build an advanced chatbot, or completely change the functionality of your server.
Webhooks
Webhooks provide a simple way to post messages to a channel and trigger external actions.
Slash commands
Slash commands are messages that begin with / and trigger an HTTP request to a web service that can in turn post one or more messages in response.
Plugins
Plugins are the most comprehensive way to add new features and customization, but come with additional development overhead and must be written in Go. They’re for developers who need tightly integrated services or want to improve the server, mobile, desktop, and web apps without making contributions to the core codebase.
API
Interact with users, channels, and everything else that happens on your Mattermost server via a modern REST API that meets the OpenAPI specification. The API is for developers who want to build bots and other interactions that don’t rely on customizing the Mattermost user experience.
Other ways to integrate and extend
- Embed - Learn how to use the Mattermost API to embed Mattermost into web browsers and web applications.
- Customize - Modify the source code for the server or web app to make basic changes and customization.
- Interactive Messages - Create messages that include interactive functionality.