XUMM.NET.SDK.Webhooks 1.9.3

dotnet add package XUMM.NET.SDK.Webhooks --version 1.9.3
                    
NuGet\Install-Package XUMM.NET.SDK.Webhooks -Version 1.9.3
                    
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="XUMM.NET.SDK.Webhooks" Version="1.9.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XUMM.NET.SDK.Webhooks" Version="1.9.3" />
                    
Directory.Packages.props
<PackageReference Include="XUMM.NET.SDK.Webhooks" />
                    
Project file
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 XUMM.NET.SDK.Webhooks --version 1.9.3
                    
#r "nuget: XUMM.NET.SDK.Webhooks, 1.9.3"
                    
#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 XUMM.NET.SDK.Webhooks@1.9.3
                    
#: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=XUMM.NET.SDK.Webhooks&version=1.9.3
                    
Install as a Cake Addin
#tool nuget:?package=XUMM.NET.SDK.Webhooks&version=1.9.3
                    
Install as a Cake Tool

XUMM.NET.SDK XUMM.NET.SDK

Receive webhook callbacks of XUMM in .NET / C# environments.

Install XUMM.NET.SDK.Webhooks in server-side Blazor App

  1. Create a new ASP.NET Core Blazor Server-App project.
  2. Install NuGet-package: XUMM.NET.SDK.Webhooks.
  3. Create an implementation of IXummWebhookProcessor, for example XummWebhookProcessor.
  4. Add the following code block before builder.Build() in Program.cs:
builder.Services.AddXummWebhooks<XummWebhookProcessor>();
  1. Add the following code block before app.Run() in Program.cs to map the Xumm Webhooks controller.:
app.MapXummControllerRoute();
  1. Hit F5: you're now running a completely empty Blazor server-side App with XUMM.NET.SDK.Webhooks.
  2. Start building your app. For reference, browse the XUMM.NET.ServerApp to see all the options.

Webhook URL

Create your app and set your webhook URL for callbacks at the XUMM Developer Console:

More information about the webhooks, etc. please check the XUMM API Docs:

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

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
1.9.3 205 12/12/2023
1.9.2 199 9/14/2023
1.9.1 201 9/5/2023
1.9.0 235 6/23/2023
1.8.2 273 4/3/2023
1.8.1 313 3/20/2023
1.8.0 388 1/2/2023
1.7.1 467 11/4/2022
1.7.0 477 10/5/2022
1.6.7 491 9/5/2022
1.6.6 470 8/28/2022
1.6.5 504 8/24/2022
1.6.4 522 6/22/2022
1.6.3 497 6/13/2022
1.6.2 519 6/10/2022
1.6.1 521 6/10/2022
1.6.0 520 5/30/2022
1.5.1 521 5/25/2022
1.5.0 502 5/24/2022