Knowledge HubPlatform FeaturesWebhooks & Integrations
Platform Featureswebhooksapiintegrations

Webhooks & Integrations

Set up webhooks for real-time event notifications to your systems

3 min min readFor: developers

Webhooks & Integrations

What Are Webhooks?

Webhooks send real-time HTTP POST notifications to your systems when events occur in HCI Intel.

Supported Events

  • report.completed — When a report finishes generating
  • report.failed — When report generation fails
  • signal.detected — New signal for a watchlist company
  • credits.low — Credit balance below threshold
  • credits.purchased — New credit purchase confirmed
  • Setup

    1. Navigate to Webhooks in the sidebar 2. Click Add Webhook 3. Enter your endpoint URL (must be HTTPS) 4. Select which events to subscribe to 5. Test with a sample payload

    Security

    All webhook payloads include an HMAC-SHA256 signature header for verification. Your webhook secret is shown once during setup — save it securely.

    Retry Policy

    Failed deliveries retry 3 times with exponential backoff (1min, 5min, 30min).

    Was this article helpful?