Incursa.Platform.Webhooks 6.0.5

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

Incursa.Platform.Webhooks

Incursa.Platform.Webhooks provides provider-agnostic webhook ingestion and processing primitives. It is the layer 2 home for receiving, authenticating, classifying, deduplicating, and processing external provider events without baking provider-specific assumptions into the core workflow.

What It Owns

  • contracts for webhook classification, authentication, and parsing
  • ingestion and processing pipeline abstractions
  • retry-friendly primitives for durable webhook handling

What It Does Not Own

  • ASP.NET Core endpoint plumbing
  • provider-specific signature formats or event schemas
  • application-specific event handlers
  • Incursa.Platform.Webhooks.AspNetCore for HTTP hosting integration
  • Incursa.Integrations.WorkOS.Webhooks for WorkOS-specific signature and payload translation

Typical Use

Use this package to define provider-independent webhook workflows, then add host-specific integration via Incursa.Platform.Webhooks.AspNetCore.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Incursa.Platform.Webhooks:

Package Downloads
Incursa.Platform.Webhooks.AspNetCore

ASP.NET Core endpoint and hosted processing integration for Incursa Platform Webhooks.

Incursa.Platform.Modularity

Engine-first module model for composing UI, webhook, and background capabilities.

Incursa.Platform.Email.Postmark

Postmark sender and webhook adapters for Incursa Platform Email.

Incursa.Integrations.WorkOS.Webhooks

Thin WorkOS provider adapter for Incursa.Platform.Webhooks.

Incursa.Integrations.ElectronicNotary.Proof.AspNetCore

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.5 408 3/13/2026
6.0.3 195 3/10/2026
6.0.1 154 3/10/2026
Loading failed