Setup
There are two ways to register a webhook URL. Option 1: In the platform: Go to Settings → API & Webhooks → paste your endpoint URL and save. Option 2: Via the API:POST /v1/set_webhook with your URL in the request body.
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.account.signal — A new signal fired on an account
account.signal — A new signal fired on an account
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:
account.upload — An account was uploaded or pre-scored
account.upload — An account was uploaded or pre-scored
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
Related
API Reference
Full endpoint reference including
/v1/set_webhook and /v1/test_webhook.Clay
Use webhooks to pipe WhiteWhale data directly into Clay.

