lead.captured
What this event means
lead.captured is emitted whenever a new contact is created in Klipy and the record is eligible for outbound webhook delivery.
Webhook type
lead.captured
Internal source mapping
Payload example
All outbound webhook payloads use the standard envelope:Delivery and idempotency handling
- Keep processing idempotent. Klipy can retry deliveries when endpoint acknowledgements are not observed.
- For dedupe keys, prefer
data.idfor this event. This maps to the created contact identifier. - Return
2xxonly after persisting side effects (for example, lead upserts). - Ignore unknown keys to preserve forward compatibility.