Cubu Docs
Technical Guide
Technical Guide
  • Welcome to Cubu's Technical Guide!
  • White Papers
    • Data Protection
    • Sign On and Authentication
  • Advanced Configuration
    • Configuring Video Meetings
      • ⚒️Using Microsoft Teams for Video Meetings
      • ⚒️Using Zoom for Online Meetings
    • Calendar Integration
      • ⚒️Configuring Microsoft Office 365 Calendar Integration
      • ⚒️Configuring Google Workspace Calendar Integration
    • Configuring Single Sign On (SSO)
      • ⚒️Configuring SSO with Azure AD
      • ⚒️Configuring SSO with Okta
      • ⚒️Configuring SSO with Auth0
    • Configuring Chatbots
      • Configure Chatbot using WhatsApp
  • Webhooks
    • Webhooks Configuration
    • Developing Webhooks
      • Dev Tools
      • HMAC Validation (ASP.NET Core)
    • Webhooks Reference
      • Organization Webhooks
        • 🪝Webhook: Send SMS
      • Data Table Webhooks
        • 🪝Webhook: Query
        • 🪝Webhook: Find
        • 🪝Webhook: Fetch
      • Service Webhooks
        • 🪝After Book Appointment
        • 🪝After Check In
        • 🪝After Close
        • 🪝Before Book Appointment
        • 🪝Before Check In
        • 🪝Before Queue-Up
        • 🪝Before Resolve
        • 🪝After Queue-up
        • 🪝After Resolve
        • 🪝After Start Work
      • Kiosk Webhooks
        • 🪝Before Query Appointments
  • Server to Server (S2S) API
    • Server to Server (S2S) API
Powered by GitBook
On this page
  • Development Tools
  • Webhook.site
  • Ngrok
  • Nuget Package
  1. Webhooks
  2. Developing Webhooks

Dev Tools

PreviousDeveloping WebhooksNextHMAC Validation (ASP.NET Core)

Last updated 8 months ago

Development Tools

Webhook.site

With , 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 graphical editor or , 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

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
Webhook.site
Custom Actions
WebhookScript
Ngrok
Cubu.Webhooks.Types 1.0.4nuget
Logo