Teams
The TeamsHook class is dedicated to bring your Unity notifications straight to Microsoft Teams channels via webhooks. If you don't know how to setup webhooks for Teams, check out the guide below.
Example
TeamsHook teams = new TeamsHook(webhookUrl);
teams.SendAsync("Hello, Microsoft Teams!");