Documentation

Cliux Webhooks

Receive real-time HTTP callbacks when events occur in Cliux — form submissions, new orders, site publishes, and contact updates.

Setup

Go to Settings → Developer → Webhooks. Add your endpoint URL and select events. Cliux sends POST requests with a JSON payload and X-Cliux-Signature header for verification.

Supported events

form.submitted, order.created, order.updated, contact.created, site.published, subscription.created, booking.confirmed. Subscribe to all or pick specific events per endpoint.

Signature verification

Verify X-Cliux-Signature using HMAC-SHA256 with your webhook secret. Reject requests with invalid signatures to prevent spoofing.

Retries

Failed deliveries (non-2xx) retry with exponential backoff for 72 hours. View delivery logs and replay events from the dashboard.

Related docs

Ready to integrate?

Create an account and generate API keys in minutes.

Start for free