Skip to main content

Triggered when a configured catalyst signal is detected on a property (e.g. pre-probate, foreclosure).

This webhook is only sent if your account is configured to receive webhook events. Contact your Goliath account manager to enable it.

Overview

When a catalyst event is detected, Goliath sends a POST request to your configured webhook URL. The payload includes:
  • Event metadata (version, timestamp)
  • Catalyst signal details
  • Property details and valuation
  • Ownership data
  • Skip tracing results (phones, emails, relatives)

Example Payload

All data below is mock data for documentation purposes only.

Payload Fields


Type Reference

All types used in this payload are documented on the Types page.

Notes

  • Opt-in only — you will only receive this payload if your account is configured for webhook delivery.
  • summary must be parsed — it is a stringified JSON object, not a nested object. Call JSON.parse() on it before accessing its fields.
  • Ranking — lower ranking = higher confidence across phones, emails, and skip trace results.
  • Partial data — some fields (emails, ownerMailingAddress, etc.) may be null or empty arrays.
  • Relatives includedskipTraceResults may include relatives of the owner, not just the owner themselves. Use isRelative to filter.