Creating a Webhook
You can create webhooks via the dashboard or API:- Dashboard
- API
- SDK
- Go to Settings → Webhooks
- Click Add Endpoint
- Enter your endpoint URL
- Select the event types to subscribe to
- Click Create
Webhook Payload
When an event is delivered, your endpoint receives a POST request:Verifying Signatures
Every webhook request includes a signature header. Always verify this signature to ensure the request came from Flux.Retry Policy
If your endpoint returns a non-2xx status code or times out, Flux retries the delivery:
After 5 failed attempts, the event is marked as failed and you’ll receive an alert.
Testing Locally
Use the Flux CLI to forward webhooks to your local development server:Next Steps
Event Types
See all available event types
Webhook API
Manage webhooks via API