Documentation Index
Fetch the complete documentation index at: https://klipy.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
| Internal event | Trigger path |
|---|---|
contact.created | Contact was created and persisted in Klipy. |
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.