Mattermost-API-Call
Hello I have used this: Api Reference. Everything you need for getting started is in there.
View ArticleConverting DB from MySQL (mattermost standalone install) to PostgreSQL...
Very inappropriateIf you have a problem, please post in the forum.
View ArticleProblems when executing "make run" while trying to setup mattermost on Windows
Hi all, I hope some of you can help me.I am trying to compile and run Mattermost on my local machine. Tried with the docker one line installation, which works fine, but I am having some trouble...
View ArticleYou may be offline or the Mattermost server
New install fails to connect to android app I have a new install and the server appears to work fine via web browsers, I have validated that the SSL cert is valid and has 100% of the fullchain...
View ArticleIntegrating better with third party app
Hi Guys, I'm going about modifying Mattermost to work within my web app and I'm currently considering ways by which I can do this. The first question is regarding interacting between the application...
View ArticleIntegrating better with third party app
Hey Mike Not a Mattermost developer here, but one that has integrated the APIs to another application. I probably didn't have the needs that you have (about the limits per second) but trust me, the...
View ArticleUpgrade 3.4 to 3.6 using Docker
Hi, Is there a guide how to upgrade a Docker instance (using Team edition)? I see changes in the database, so I assume that some data conversion or script needs to be executed in order to change the...
View ArticleMultiple team issues
Hi,Are you talking about "tabs" in the browser? If that's the case, you can only point to 1 instance and 1 team at a time, no matter how many tabs you open. This has to with how browser tabs work (and...
View ArticleIncoming WebHook Integration:
Hi,Using your code:* "payload={\"username\":\"MyUserName\",\"text\": \"$(echo $LINE | sed "s/\"/'/g")\"}" "$2"; So simply repeat that for each section:\"prop\":\"propValue\", Where prop is your...
View ArticleIntegrating better with third party app
Thank you very much for the reply. I've been playing around with the API all day today and I think you're absolutely spot on with regards to it being the best way to go about doing what I want to...
View ArticleIntegrating better with third party app
You'll be able to create users just fine if you need:https://api.mattermost.com/#tag/users%2Fpaths%2F~1users~1create%2Fpost One good thing of mattermost is that everything that is done in the user...
View ArticleMultiple team issues
No, I use the Mattermost app in Mac OS. The point is not to be in two teams at the same time, but that the tabs don't correspond to the team that is written in it. If I click the tab with 'Team A',...
View ArticleMultiple team issues
Thanks @princeofnaxos for the feedback! Mattermost Server 3.6 has a new team sidebar feature where all your teams will be displayed on the left-hand sidebar. This will let you easily use all your...
View ArticleIntegrating better with third party app
Thank you once again. You're right, the API seems very comprehensive. I'm going to be running some tests today to see the best way forward for user management. Thank you again.Mike
View ArticleMultiple team issues
Ok, I installed Mattermost Server 3.6. Looks good! But how do I get rid of the tabs that I have in the MacOS app? With best regards, Edwin Boersma
View ArticleMultiple team issues
Hey @princeofnaxos, if you go to File > Settings on the top menu bar, you'll be brought back to the Settings page. There you can click "Remove" next to each of your teams that you want to remove....
View ArticleHow to make call for mattermost webservices api using postman
Hi @harish, Check out https://api.mattermost.com, that should help you with making requests to the Mattermost web service.
View ArticleEscaping the pipe character in a table (incoming webhook)
Hi @SeiichiShadd - thanks for the report, I was able to reproduce this and filed a bug on it here: https://mattermost.atlassian.net/browse/PLT-5362
View Article