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.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.msteams.sender
- Owner: soenneker
- License: mit
- Created: 2025-03-23T01:09:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T02:38:00.000Z (3 months ago)
- Last Synced: 2025-07-12T04:25:55.652Z (3 months ago)
- Topics: csharp, dotnet, microsoft, msteams, msteamssender, sender, teams, util, webhook
- Language: C#
- Homepage: https://soenneker.com
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.msteams.sender/)
[](https://github.com/soenneker/soenneker.msteams.sender/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.msteams.sender/)#  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
```