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.
deal.created
What this event means
deal.created is emitted whenever a new deal is created in Klipy.
Webhook type
deal.created
Internal source mapping
| Internal event | Trigger path |
|---|---|
deal.created | Deal creation mutation persisted a new deal record. |
Payload example
Delivery and idempotency handling
- Keep processing idempotent; duplicate deliveries are possible during retries.
- For dedupe and merge logic, use
data.deal_id. - Optional fields are populated depending on enrichment availability. Persist defensively when only partial fields are present.
- Only acknowledge after the deal has been saved in your downstream system.