Skip to main content

Overview

The lead_received event is sent immediately after a partner successfully creates a lead via the Create Lead endpoint. This confirms that Credzu has received and stored the referral.

When It’s Triggered

  • Immediately after a successful POST /create-lead request
  • Confirms the lead was stored in Credzu’s system

Payload

{
  "event": "lead_received",
  "timestamp": "2025-01-15T10:30:00Z",
  "lead_id": 44921,
  "partner_lead_id": "FBHL-55672",
  "details": {}
}

Fields

FieldTypeDescription
eventstringAlways "lead_received"
timestampstringISO 8601 timestamp
lead_idintegerCredzu’s unique identifier
partner_lead_idstringYour internal ID (if provided)
detailsobjectEmpty for this event
  • Update your CRM to show the referral was successfully received
  • Log the lead_id for future reference
  • No immediate action required - this is a confirmation event