Dev Tools
Development Tools
Webhook.site
With Webhook.site, you instantly get a unique, random URL and e-mail address. Everything that's sent to these addresses is shown instantly. With this, you can test and debug Webhooks and HTTP requests, as well as create your own workflows using the Custom Actions graphical editor or WebhookScript, a simple scripting language, to transform, validate, and process HTTP requests in a variety of ways – without setting up and maintaining your own infrastructure.
Ngrok
Ngrok is a tool for creating secure tunnels to localhost, allowing external access to webhooks during development and testing without deploying code. It facilitates real-time debugging and inspection of HTTP traffic.
Nuget Package
The Cubu.Webhooks.Types
The NuGet package includes input and output types crucial for Cubu webhooks. Utilizing this package can accelerate the development of webhook implementations and reduce potential issues.
To use the package in your project, run:
dotnet add package Cubu.Webhooks.Types
Last updated