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
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.