General
Please search for existing ideas before posting a new idea.
-
Integrate GoToMeeting
As we use GoToMeeting, the Mattermost plugin for Zoom does not help. We would verymuch appreciate a similar possibility to integrate GoToMeeting.
7 votes -
Integrate with OpenProject/projeqtor
Integration of Mattermost with an open source, self-hosted application like OpenProject or Projeqtor would be really helpful.
7 votes -
Offer an onboarding bot
An on-boarding bot helps new users to on-board into a work environment. In every channel a new team member enters the On-boarding Bot will send a message explaining the channel, what is done there, how the team member can get involved, whom to contact etc. This would help organizations and teams to work more efficiently.
6 votes -
Simplify chatbot integration by enabling bots to run sandboxed, in-process on the server
Currently if I want any sort of 'bot' behavior, I need to:
- Get an API token (ask an admin for permission)
- Stand up a server or learn serverless
- Figure out deployments/monitoring/logging
To test my code, I need to expose my in-progress work to the internet so it can receive webhooks.
This is a substantial bar to clear, resulting in monolithic projects like Hubot with many plugins.
Organizations implementing this style of bot frequently have only a handful of people who know how to contribute to it.
An alternative would be to support 'Managed bots': custom code (language TBD; javascript (via…
6 votes -
Allow interactive message button clicks to edit buttons on message
Currently, when a user clicks on an interactive message button, MM sends a request to a remote web server with some information. When the server responds, it can send in a Message json blob, but this does not allow you to change the buttons on the message.
For example, if I were making a poll integration, there might be vote buttons, and after voting, I might update the button message to thank the user, and present them with the options to see the results or hide the message. Currently this is not possible.
6 votes -
Outgoing Webhooks triggered by regex or simple pattern
At the moment its only possible to trigger Outgoing Webhooks if you set a channel and/or set a keyword or a string with keyword.
if would be great if we can have a trigger for (perl) regex and for Character occur in text.
So its possible to check for #123 and trigger a webhook to get information from ex. openproject.
If I understand it correctly there are not so many things to change.
Add the options here
https://github.com/mattermost/mattermost-server/blob/8491ba5740e2d9942b2612ce06aef90bb10ad4c0/app/webhook.go#L52-L65
And here:
https://github.com/mattermost/mattermost-server/blob/0c8968fb8df4ce302c928118cd81e75f5bef2861/model/outgoing_webhook.go#L232And on the management page.
I'm not a go programmer so I can't do it my self in a…
6 votes -
provide system token authentication
We run a couple of scripts that access the Mattermost API, e.g. a script that posts a message to all Town Squares in all teams on our server and a script that creates user accounts (as we allow email login but disable email account creation so that we can control who creates accounts on the server). Right now we have the personal auth token of an administrator hardcoded in the scripts, but obviously this is suboptimal in case the administrator leaves the company, and messages appear to be sent from said administrator.
Therefore it would be great if administrators could…
6 votes -
Read Receipts for messages!
Please add the functionality to show read receipts which should make it possible to see who read each message. Most of your alternate solutions already have this functionality.
E.g rocket chat has:
By activating
Show Read Receipts
users will see who reads each message and by activatingDetailed Read Receipts
they will see when users read each message.This idea has been requested since 2016 and it's a pity no one even assigned it.
6 votes -
PDF Preview Issue
When you select a PDF that has been posted to Mattermost, the preview is not at a readable size and it only shows the first 5 pages. As we use Mattermost to circulate confidential documents to our Advising and Dispute Resolution Committee, this isn’t ideal as folks would prefer to preview only and not download to their computers.
6 votes -
Blacklist specific email addresses
In a recent company (+5k employees) all employees with a certain email domain may join a mattermost team. But there are some few exceptions, where some employees may not join the team, altough they share an email domain. So it would be great to have a blacklist for certain email addresses.
6 votes -
InVison integration
InVision integration with Mattermost
6 votes -
Send E-Mail using Slash Command
We are using a e-mail-based ticket system (e.g., ticketsupport@company-name.org). As most of our communication switched to Mattermost, the only remainder is writing mails to create a ticket.
Therefore, it would be really convenient to send a e-mail using something like:
/[mail-address] ["Subject"] ["Body"]
The from address is the address used by Mattermost.6 votes -
Looker bot
Be able to automatically send looker data to channels via a bot
6 votes -
Todo list
Some sort of cheklist so team members can track the progression of tasks
6 votes -
Send user name to end-points when interactive button was pushed
Currently, when interactive button was pushed, only user-id is sent to the end-points.
And this causes unnecessary operations on end-points side.
(need to search user name from user id via Web API of Mattermost)It seems better to send some information such as / command sends.
5 votes -
How to change the Notification Sound in Mobile and Desktop?
Hello,
I am using Mattermost Android app to receive notification and messages. But it is very confusing to distinguish between other notification and Mattermost notification.
It takes the default notification tone of mobile and desktop.
Please provide the option to change the notification sound or if there is any method to do that then please let me know.
5 votes -
Add a loom integration
loom video service
5 votes -
whastapp
integrate with a business whatsAPP
5 votes -
integrate with an(other) open source kanban platform
There are other open-source kanban applications besides Trello. I'd like it if there were other integrations.
5 votes -
Daily todo checklist
A daily checklist that appears every day with tasks that have to be completed and can be worked through together
5 votes
- Don't see your idea?