In my previous article (In French only), I discussed how to create a C# plugin for Stream Deck. Here I present a plugin for Stream Deck for Mattermost developed in C# and .Net 6.
The project is separated in two parts:
- A client for Mattermost: Allows connection to Mattermost server and provides objects for interaction with it.
- A Stream Deck plugin: Actions for Stream Deck, deployed in the Elgato store.
Currently, the plugin only contains one action:
[Read More]