Skip to content

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.

Guide

Example

TeamsHook teams = new TeamsHook(webhookUrl);
teams.SendAsync("Hello, Microsoft Teams!");