Skip to main content

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_id for dedupe and as the immutable entity reference.
  • won indicates 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.
Last modified on May 4, 2026