INCLUXA can send HTTP POST requests to your endpoint when events occur in your account — scan completions, profile updates, plan changes, and more. Webhooks are configured in the portal under Settings → Organization.
Delivery
INCLUXA uses an outbox pattern — each event is persisted before delivery is attempted. If your endpoint returns a non-2xx status, delivery is retried with exponential backoff. Failed deliveries can be retried or replayed from the Webhooks page in the portal.
Your endpoint must respond within 10 seconds or the delivery is treated as failed. Return 200 OK as quickly as possible — process the payload asynchronously.
Tip
Use the Send test webhook button in the portal to verify your endpoint before going live. The test event type is webhook.test.
Payload format
All webhook payloads are JSON with a consistent structure: