Vorn.Caas.Client
8.8.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Vorn.Caas.Client --version 8.8.0
NuGet\Install-Package Vorn.Caas.Client -Version 8.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Vorn.Caas.Client" Version="8.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vorn.Caas.Client" Version="8.8.0" />
<PackageReference Include="Vorn.Caas.Client" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Vorn.Caas.Client --version 8.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Vorn.Caas.Client, 8.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Vorn.Caas.Client@8.8.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Vorn.Caas.Client&version=8.8.0
#tool nuget:?package=Vorn.Caas.Client&version=8.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Vorn.Caas.Client
Client SDK for sending email and SMS via the Vorn CAAS (Content as a Service).
Prerequisites
- .NET 8 SDK
Installation
Add the package or project reference:
dotnet add package Vorn.Caas.Client
Or reference the project in your solution.
Configuration
Use the Caas configuration section or AddCaasClient to provide BaseAddress, DefaultSender, and Timeout.
Usage
- Register with
builder.Services.AddCaasClient(...). - Inject
IMessageClientand callSendEmailAsync,SendSmsAsync, orSendSmsCodeAsync.SendSmsAsyncreturns anSmsSendResultcontaining the provider-agnostic message identifier, pack ID, pricing, and metadata. - Use
GetSmsDeliveryStateAsyncto poll for delivery updates when required; it returns anSmsDeliveryStatewith recipient, delivery timestamps, status code, and provider metadata.
Development and testing
- Target: .NET 8
- Mock
IMessageClientorHttpMessageHandlerfor unit tests; integration tests can run against a test CAAS API.
Contributing
Open issues and PRs against main. Follow the repository contribution guidelines.
License
See repository LICENSE file.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Vorn.Aaas.Client.Api (>= 8.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.1.2 | 366 | 11/16/2025 |
| 9.1.1 | 249 | 11/15/2025 |
| 9.1.0 | 249 | 11/15/2025 |
| 9.0.2 | 346 | 11/10/2025 |
| 9.0.1 | 241 | 11/9/2025 |
| 9.0.0 | 281 | 11/5/2025 |
| 8.9.7 | 300 | 11/30/2025 |
| 8.9.6 | 286 | 11/30/2025 |
| 8.9.5 | 286 | 11/30/2025 |
| 8.9.4 | 171 | 11/29/2025 |
| 8.9.3 | 168 | 11/29/2025 |
| 8.9.2 | 214 | 11/23/2025 |
| 8.9.1 | 218 | 11/23/2025 |
| 8.9.0 | 289 | 11/9/2025 |
| 8.8.0 | 281 | 11/2/2025 |
| 8.7.1 | 277 | 10/29/2025 |
| 8.7.0 | 291 | 10/27/2025 |
| 8.6.2 | 263 | 10/27/2025 |
| 8.6.1 | 252 | 10/25/2025 |
| 8.6.0 | 225 | 10/25/2025 |
Loading failed