Asking a question on Teams 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 the message compose box in Teams by typing
@Scoold search
and choosing a search option from the menu. Find any question, person or
tag instantly and share the results with your team.
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 Teams, 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 Microsoft Teams is a premium feature, only available in Scoold Pro.
You'll need a copy of Scoold Pro before continuing.
1. Visit the Azure Poral, navigate to "App registrations" and create a new multitenant app registration called "Scoold" with the "Web" type selected under "Redirect URI". If you choose to create a single tenant app registration, you must specify your tenant ID and explicitly add the following API permissions to your app registration:Channel.ReadBasic.All, ChannelMessage.Read.All, Group.Read.All, User.ReadBasic.All, email, offline_access, openid, profile
.
application.conf
:
scoold.ms_app_id = "{Client ID}"
scoold.ms_secret = "{Client Secret}"
scoold.ms_tenant_id = "{Tenant ID}"
application.conf
and restart Scoold:
scoold.teams.bot_id = "{Bot ID}"
scoold.teams.bot_secret = "{Bot Secret}"
https://para_host/microsoft_auth
https://scoold_host/admin/microsoft_auth
Scoold.zip
package. Repeat this step for every team where you want to
receive notifications from Scoold.
Check the README
for more information.