Skip to main content
WhiteWhale can POST events to any URL you specify whenever a signal fires or an account is added from suggestions. Use webhooks to pipe data into Clay, trigger automations, update internal tools, or build custom CRM integrations.

Setup

There are two ways to register a webhook URL. Option 1: In the platform: Go to SettingsAPI & Webhooks → paste your endpoint URL and save. Option 2: Via the API: POST /v1/set_webhook with your URL in the request body.
One webhook URL per account. The same endpoint receives all event types.

Testing your webhook

Before going live, send a test payload to your endpoint using the API.
The payload returned in the API response is unsigned. The payload delivered to your actual webhook endpoint will be signed.

Event types

WhiteWhale sends two types of events.
Sent every morning when a new signal match is found. This is the most common event type and the primary source of daily signal data.Payload structure:
Signal payload fields:
Sent when a new account is uploaded or when Account Suggestions finishes pre-scoring an account. Returns the full account object including all signal data.Payload structure:
Key account fields:

Timing


API Reference

Full endpoint reference including /v1/set_webhook and /v1/test_webhook.

Clay

Use webhooks to pipe WhiteWhale data directly into Clay.