Teams Legacy MessageCard Reference
You can install the latest release by installing the package from NuGet using Install-Package TeamsHook.NET
.
Alternatively, clone/fork this repo and compile the source yourself.
Just create a new TeamsHookClient
var client = new TeamsHookClient();
Create your card
var card = new MessageCard()
{
//CardOptions
}
Post your message
await client.PostAsync("https://your-teams-webhook", card)
Everyone is welcome, who wants to contribute to this repo! Just open an issue with your intention or make a comment in some open issue you would like to work on.