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.closed
What this event means
deal.closed is emitted when a deal is closed with outcome won or lost. It combines internal close states into one outbound webhook type.
Webhook type
deal.closed
Internal source mapping
| Internal events | Trigger path |
|---|---|
deal.closed_won, deal.closed_lost | Deal moved into closed state (CLOSED_WON or CLOSED_LOST). |
Payload example
Delivery and idempotency handling
- Use
data.deal_idfor dedupe and as the immutable entity reference. wonindicates close outcome as derived from the current deal stage.- If your system needs closed-at timing, store your own timestamp when you first receive this event because delivery retries can occur.