Asking a question on Mattermost is as easy as writing /scoold ask How do I...?
To answer, simply type in /scoold answer [question URL] Here's my answer...
You can also turn any chat message into a Scoold question or answer by using the special message actions.
You can compose a new question by typing in the /scoold ask
. Similarly,
to compose a new answer, type in /scoold answer
Thus, you can write longer pieces of
text, choose the exact title and tags you want your question to have.
You can perform advanced search queries from any Mattermost channel using the commands
/scoold search
, /scoold search-people
and /scoold search-tags
.
Your linked channels will be instantly notified whenever a new question or answer is created on Scoold. Mentions of people in chat are sent to the channel even if the person is mentioned at a later revision of the post. To mention someone from Mattermost, simply link to their Scoold profile in your post.
This is a handy feature for moderators who wish to keep an eye on new posts on Scoold. If new posts require explicit approval from mods, Scoold will notify the chat by presenting the option to "Approve" or "Delete" the newly created post.
€499 per host, one-time fee, basic support included
The integration with Mattermost is a premium feature, only available in Scoold Pro.
You'll need a copy of Scoold Pro before continuing.
1. From the System Console, enable OAuth 2.0 Service Provider. Then, create a new trusted Mattermost OAuth 2.0 application from the Integrations section with name "Scoold". The URL of the application can be the same as your Scoold server URL. Add these two callback URLs (change them to match your Scoold server URL):application.conf
) and also configure the location of your Mattermost server:
scoold.mm_app_id = "{Client ID}"
scoold.mm_secret = "{Client Secret}"
scoold.mattermost.server_url = "http://mattermost-host:8065"
localhost
by setting
"AllowedUntrustedInternalConnections": "localhost"
in your Mattermost config.json
.
Check the README
for more information.