Skip to main content
The Xquik plugin handles incoming webhooks. Point your provider’s subscription URL at your Corsair HTTP handler (see Overview for setup context and the exact URL shape).
New to Corsair? See webhooks and hooks.

Webhook map

  • events
    • monitor (events.monitor)
    • test (events.test)

HTTP handler setup

app/api/webhook/route.ts

Events

Events

Monitor

events.monitor Handle a signed Xquik monitor event delivery Payload
webhookHooks example

Test

events.test Handle a signed Xquik test webhook delivery Payload
webhookHooks example