Webhooks

Real-Time Signal Delivery

Subscribe to signal events and deliver fresh intelligence directly into your CRM, enrichment pipeline, or AI workflow as soon as it is available.

Supported Event Types

  • company.signal.created
  • contact.signal.created
  • company.signal.updated
  • subscription.delivery.failed
  • subscription.delivery.retried

Delivery Behavior

  • • HTTPS endpoint delivery with HMAC signature verification support
  • • Automatic retry attempts for transient delivery failures
  • • At-least-once delivery semantics for production reliability
  • • Event IDs to support idempotent processing in your systems
  • • Observability via webhook status and failure events

For exact retry windows, timeout behavior, and limits, see the API documentation.

Example Payload

{
  "event": "company.signal.created",
  "id": "evt_01J...",
  "created_at": "2026-03-13T17:42:11Z",
  "company": {
    "name": "Acme Inc",
    "domain": "acme.com"
  },
  "signal": {
    "type": "earnings-transcript",
    "subtype": "strategicInitiative",
    "relevance": 0.92,
    "summary": "Leadership committed new AI budget for CX automation"
  }
}

Need help wiring this in?

Our team can help you design event handling patterns for Salesforce, HubSpot, internal queues, and custom GTM systems.