Skip to main content
The Cloudcart 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

  • customer
    • created (customer.created)
  • order
    • created (order.created)
  • product
    • created (product.created)

HTTP handler setup

app/api/webhook/route.ts

Events

Customer

Created

customer.created Customer created webhook event Payload
webhookHooks example

Order

Created

order.created Order created webhook event Payload
webhookHooks example

Product

Created

product.created Product created webhook event Payload
webhookHooks example