Questions tagged [mattermost]

Mattermost is an open source, self-hosted team communication service that is an alternative to SaaS messaging services such as Slack.

150 questions
0
votes
1 answer

Batch processing of email invitations in Mattermost

I would like to invite a lot of people to a new Mattermost in one go. If I wanted to do this via the Mattermost web app, I should (in my case) click 300 times on "Invite People" and paste the mail addresses one by one into it. But in the…
0
votes
4 answers

How do i optimise multiple require() call?

I'm making a bot for the mattermost server of my company (like a discord bot), and for my bot commands, I created one file per command. The idea is that to send a command, the user must send a message like "!giveChannelPerms arg1 arg 2 ...". The bot…
antonyftp
  • 60
  • 10
0
votes
1 answer

How to add custom link preview to mattermost

I'am looking for a way to implement custom link preview for our task system (MantisBT). Essentially i would like to create some sort of plugin which would be able to capture links in specific format (https://tasks.com/b/1234). Get simple details of…
sadovsf
  • 58
  • 6
0
votes
1 answer

Can mattermost interactive dialog menu get dynamic values while it is open?

I have 2 dropdown menu in dialog menu. User's first dropdown menu selection should efect the second dropdown menus options. For example user's first choice is gitlab project's name second dropdown is that project's branchs. I set dropdown menus with…
rmznbyk 1
  • 1,104
  • 2
  • 13
  • 27
0
votes
1 answer

Mattermost integration using slash command with Rasa

I am new to RASA . Can anyone help me in integration rasa with Mattermost using slash command and not with Webhook.
Dal
  • 1
0
votes
1 answer

Mattermost Webhook (Windows): Send table into channel with cURL

I am trying to figure out how to send a table to a mattermost channel using a cURL command. The command from the instructions of mattermost does not work with windows . This is how my code currently looks like. I followed the instructions in the…
ajl31701
  • 79
  • 1
  • 5
0
votes
1 answer

Mattermost API create a direct message channel with powershell

I can't find enough documentation or a working example for this. From the official website it seems to be possible, I tried this: $Payload = { text:Hello; username:bot; channel:user} Invoke-RestMethod -Uri https://mymattermost.com/hooks/%Bearer…
697
  • 321
  • 4
  • 16
0
votes
1 answer

Zabbix Mattermost notification integrations - Timeout exceeded while connecting to 'localhost' when testing Mattermost Media Type

I am trying to intergrate our mattermost with zabbix to receive notifications on alerts. I've followed up the instructions on this link. We are using Zabbix 4.4 with MM 5.19. After enabling the integration, No alerts are being posted on Mattermost.…
aLuViAn
  • 312
  • 3
  • 16
0
votes
1 answer

gitlab mattermost usage problems

I run gitlab and activated mattermost. I created a new project and set up a mattermoast team. Now I want to add all other users. But my user is no admin in mattermost. how can I solve that? Thanks in advance.
Felix
  • 5,452
  • 12
  • 68
  • 163
0
votes
1 answer

How to upload picture to mattermost server by using libcurl?

Trying to build a C++ application to upload images to mattermost server(version 5.14.0).And I have get access token,channel id by using my C++ code.But I can't upload image by using libcurl. This is my CPP code(using libcurl right now): void…
Xia
  • 23
  • 6
0
votes
1 answer

Mattermost Bitnami AWS AMI: Issues with implementing letsencrypt SSL for nginx on AWS but can’t figure out how to make it work

Even if the files are there, the nginx cannot run properly. I followed this tutorial step by step: https://docs.bitnami.com/aws/how-to/generate-install-lets-encrypt-ssl/ I also looked into…
CodeNinjaPI
  • 104
  • 1
  • 2
0
votes
0 answers

How to get a secure connection with mattermost on AWS using ansible

I am trying to set up HTTPS on mattermost on AWS using ansible. However, I keep getting: This site can not provide a secure connection When I go check the logs of mattermost I see that: TLS handshake error from (MYIP): acme/autocert: missing…
James Ukilin
  • 851
  • 2
  • 12
  • 17
0
votes
0 answers

Mattermost cannot open dialog

I am not sure what I am doing wrong, but I cant seem to open the dialog, but I am getting a {status: 'OK'} response... Mattermost Version: 5.13.2 The post from the slash command is ephemeral My slash command is working fine, and so is the…
securisec
  • 3,435
  • 6
  • 36
  • 63
0
votes
0 answers

Nginx proxy form Mattermost

the goal is that i have to configure nginx as a proxy to mattermost, so by typing : "curl http://domain_name " i must have the page of mattermost, but what i have is the page of nginx by putting this command : "curl http://domain_name:8065" i have…
nada
  • 1
  • 1
0
votes
1 answer

Mattermost plugin for Jenkins not working

Using Mattermost Notification plugin on Jenkins (running on macOS) gives me the following error: Error posting to Mattermost java.io.IOException: Stream closed at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:170) at…
francisaugusto
  • 1,077
  • 1
  • 12
  • 29