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.
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.
// Install XUMM.NET.SDK.Webhooks as a Cake Addin
#addin nuget:?package=XUMM.NET.SDK.Webhooks&version=1.9.3

// Install XUMM.NET.SDK.Webhooks as a Cake Tool
#tool nuget:?package=XUMM.NET.SDK.Webhooks&version=1.9.3

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. 
.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 124 12/12/2023
1.9.2 145 9/14/2023
1.9.1 143 9/5/2023
1.9.0 169 6/23/2023
1.8.2 200 4/3/2023
1.8.1 235 3/20/2023
1.8.0 313 1/2/2023
1.7.1 394 11/4/2022
1.7.0 402 10/5/2022
1.6.7 414 9/5/2022
1.6.6 388 8/28/2022
1.6.5 411 8/24/2022
1.6.4 434 6/22/2022
1.6.3 407 6/13/2022
1.6.2 429 6/10/2022
1.6.1 428 6/10/2022
1.6.0 423 5/30/2022
1.5.1 428 5/25/2022
1.5.0 414 5/24/2022