Overview
Thelead_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-leadrequest - Confirms the lead was stored in Credzu’s system
Payload
Fields
| Field | Type | Description |
|---|---|---|
event | string | Always "lead_received" |
timestamp | string | ISO 8601 timestamp |
lead_id | integer | Credzu’s unique identifier |
partner_lead_id | string | Your internal ID (if provided) |
details | object | Empty for this event |
Recommended Actions
- Update your CRM to show the referral was successfully received
- Log the
lead_idfor future reference - No immediate action required - this is a confirmation event