Lead Webhooks
Webhook events for lead lifecycle.
Receive real-time notifications for lead events via webhooks.
Lead events
lead.created- Lead submittedlead.distributed- Lead sent to memberslead.claimed- Lead was claimedlead.expired- Lead expiredlead.outcome_reported- Outcome reported
Example payload
{
"event": "lead.claimed",
"timestamp": "2024-01-15T10:35:00Z",
"data": {
"id": "lead_def456",
"claimed_by": "mem_xyz789",
"claimed_at": "2024-01-15T10:35:00Z",
"price": 25.00
}
}Retry policy
Failed webhook deliveries are retried 3 times with exponential backoff.