Occurs whenever a lead is created.
Response body parameters
All webhook payloads follow a consistent top-level structure with event-specific data nested within the data object.
lead.created).lead.created event contains the following parameters:Show object parametersHide object parameters
Name of the tracked event (e.g. Sign up).
The customer that signed up.
Show customer objectHide customer object
Unique identifier for the customer.
Customer name.
Customer email address.
URL to the customer's avatar image.
Your external customer ID, if provided when tracking.
The customer's Stripe customer ID, if linked.
Total number of sales for the customer.
Total sale amount for the customer in cents.
ISO 8601 timestamp when the customer was first seen.
ISO 8601 timestamp of the customer's first sale.
ISO 8601 timestamp when the customer canceled their subscription, if applicable.
The click event that led to the lead.
Show click objectHide click object
Unique identifier for the click.
ISO 8601 timestamp when the click occurred.
The destination URL that was visited.
Country code (e.g. US).
City name.
Region or region code.
Continent code (e.g. NA).
Device type (e.g. Desktop, Mobile).
Browser name (e.g. Chrome).
Operating system (e.g. Mac OS).
User agent string.
Referrer hostname or (direct).
Full referrer URL or (direct).
Whether the click came from a QR code scan.
IP address of the visitor.
The referral link the lead is associated with (full link object).
Partner details. Only present when the link is a partner referral link (id, name, email, image, country, groupId, totalClicks, totalLeads, totalConversions, totalSales, totalSaleAmount, totalCommissions, etc.).
Optional metadata associated with the lead event.