An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.msteams.sender

A utility that sends Adaptive Card messages to Microsoft Teams via configured webhooks, handling channel routing, logging, and error responses including rate-limiting.
https://github.com/soenneker/soenneker.msteams.sender

csharp dotnet microsoft msteams msteamssender sender teams util webhook

Last synced: 3 months ago
JSON representation

A utility that sends Adaptive Card messages to Microsoft Teams via configured webhooks, handling channel routing, logging, and error responses including rate-limiting.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.msteams.sender.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.msteams.sender/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.msteams.sender/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.msteams.sender/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.msteams.sender.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.msteams.sender/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.MsTeams.Sender
### A utility that sends Adaptive Card messages to Microsoft Teams via configured webhooks, handling channel routing, logging, and error responses including rate-limiting.

## Installation

```
dotnet add package Soenneker.MsTeams.Sender
```