Webhooks | FluxGate Docs
High-Performance API Gateway for Microservices
Triggerable Event Types
Subscribe to granular gateway events to trigger automated responses, alerting pipelines, or audit logging in your downstream systems.
Error Spike
error_spikeFires when 5xx responses exceed 15% of total traffic over a 60-second rolling window.
Quota Exceeded
quota_exceededTriggered when a tenant or API key surpasses its configured daily request limit or bandwidth allocation.
Latency Threshold
latency_thresholdAlerts when p95 response time crosses the defined millisecond boundary for a specific route or service mesh.
Circuit Breaker Open
circuit_breaker_openNotifies when the gateway isolates a downstream microservice due to consecutive timeout or connection failures.
Rate Limit Hit
rate_limit_hitDispatched when an IP address or client ID triggers a 429 status code across any configured rate-limiting policy.
Auth Failure
auth_failureCaptures repeated JWT validation errors, expired API keys, or malformed OAuth2 bearer tokens within a 10-minute window.
Payload Structure
Every webhook delivers a standardized JSON envelope containing metadata, event context, and gateway-specific telemetry.